Html Css Color HEX #A490FC Light Slate Blue

📋 copy color: '#A490FC'

red 164 ◦ green 144 ◦ blue 252

#A490FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A490FC

Tints of Light Slate Blue #A490FC

RGB

 RED value IS 164 (64.45% from 255) = 29.29%

 GREEN value IS 144 (56.64% from 255) = 25.71%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 29.29%
G = 25.71%
B = 45%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A490FC (or 0xA490FC) is known color: Light Slate Blue. HEX triplet: A4, 90 and FC. RGB value is (164,144,252). Sum of RGB (Red+Green+Blue) = 164+144+252=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A490FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490FC is #5B6F03. Grayscale: #A1A1A1. Windows color (decimal): -5992196 or 16552100. OLE color: 16552100.

HSL color Cylindrical-coordinate representation of color #A490FC: hue angle of 251.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A490FC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 144 252 -
CMYK 0.35 0.43 0 0.01
HSL 251.11º 0.95% 0.78% -
HSV(B) 251.11º 0.43% 0.99% -
XYZ 42.85 34.87 96.57 -
YUV 162.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 164 144 252 0.35 0.43 0 0.01 251.11 0.95 0.78
Hex A4 90 FC 23 2B 0 1 FB 5F 4E
Octal 244 220 374 43 53 0 1 373 137 116
Binary 10100100 10010000 11111100 100011 101011 0 1 11111011 1011111 1001110

Color Harmonies of #A490FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490FC

Black with #A490FC

Text Example


Text Example

White with #A490FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490FC; }

 p { color: rgb(164,144,252); }

 H1.HeaderClassName
 {
   color: #A490FC;
 }
 .AnyTagClassName
 {
   color: #A490FC;
 }
</style>

background-color css

<style>
 a { background-color: #A490FC; }

 a { background-color: rgb(164,144,252); }

 div.DivClassName
 {
   background-color: #A490FC;
 }
 .BgClassName
 {
   background-color: #A490FC;
 }
</style>

border-color css

<style>
 span { border-color: #A490FC; }

 span { border-color: rgb(164,144,252); }

 td.TdClassName
 {
   border-color: #A490FC;
 }
 .TagClassName
 {
   border-color: #A490FC;
 }
</style>