Html Css Color HEX #A290FC Light Slate Blue

📋 copy color: '#A290FC'

red 162 ◦ green 144 ◦ blue 252

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

Shades of Light Slate Blue #A290FC

Tints of Light Slate Blue #A290FC

RGB

 RED value IS 162 (63.67% from 255) = 29.03%

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

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

R = 29.03%
G = 25.81%
B = 45.16%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A290FC (or 0xA290FC) is known color: Light Slate Blue. HEX triplet: A2, 90 and FC. RGB value is (162,144,252). Sum of RGB (Red+Green+Blue) = 162+144+252=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A290FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FC is #5D6F03. Grayscale: #A1A1A1. Windows color (decimal): -6123268 or 16552098. OLE color: 16552098.

HSL color Cylindrical-coordinate representation of color #A290FC: hue angle of 250º 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 #A290FC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 144 252 -
CMYK 0.36 0.43 0 0.01
HSL 250º 0.95% 0.78% -
HSV(B) 250º 0.43% 0.99% -
XYZ 42.44 34.66 96.55 -
YUV 161.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 162 144 252 0.36 0.43 0 0.01 250 0.95 0.78
Hex A2 90 FC 24 2B 0 1 FA 5F 4E
Octal 242 220 374 44 53 0 1 372 137 116
Binary 10100010 10010000 11111100 100100 101011 0 1 11111010 1011111 1001110

Color Harmonies of #A290FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290FC

Black with #A290FC

Text Example


Text Example

White with #A290FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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