Html Css Color HEX #A290FE Light Slate Blue

📋 copy color: '#A290FE'

red 162 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #A290FE

Tints of Light Slate Blue #A290FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 28.93%
G = 25.71%
B = 45.36%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A290FE (or 0xA290FE) is known color: Light Slate Blue. HEX triplet: A2, 90 and FE. RGB value is (162,144,254). Sum of RGB (Red+Green+Blue) = 162+144+254=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A290FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FE is #5D6F01. Grayscale: #A1A1A1. Windows color (decimal): -6123266 or 16683170. OLE color: 16683170.

HSL color Cylindrical-coordinate representation of color #A290FE: hue angle of 249.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A290FE is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 144 254 -
CMYK 0.36 0.43 0 0.00
HSL 249.82º 0.98% 0.78% -
HSV(B) 249.82º 0.43% 1% -
XYZ 42.76 34.78 98.23 -
YUV 161.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 162 144 254 0.36 0.43 0 0.00 249.82 0.98 0.78
Hex A2 90 FE 24 2B 0 0 FA 62 4E
Octal 242 220 376 44 53 0 0 372 142 116
Binary 10100010 10010000 11111110 100100 101011 0 0 11111010 1100010 1001110

Color Harmonies of #A290FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290FE

Black with #A290FE

Text Example


Text Example

White with #A290FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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