Html Css Color HEX #A28EFF Light Slate Blue

📋 copy color: '#A28EFF'

red 162 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #A28EFF

Tints of Light Slate Blue #A28EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.4%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 28.98%
G = 25.4%
B = 45.62%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A28EFF (or 0xA28EFF) is known color: Light Slate Blue. HEX triplet: A2, 8E and FF. RGB value is (162,142,255). Sum of RGB (Red+Green+Blue) = 162+142+255=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A28EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EFF is #5D7100. Grayscale: #A0A0A0. Windows color (decimal): -6123777 or 16748194. OLE color: 16748194.

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

Color convert

RGB 162 142 255 -
CMYK 0.36 0.44 0 0
HSL 250.62º 1% 0.78% -
HSV(B) 250.62º 0.44% 1% -
XYZ 42.62 34.25 98.97 -
YUV 160.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 162 142 255 0.36 0.44 0 0 250.62 1 0.78
Hex A2 8E FF 24 2C 0 0 FB 64 4E
Octal 242 216 377 44 54 0 0 373 144 116
Binary 10100010 10001110 11111111 100100 101100 0 0 11111011 1100100 1001110

Color Harmonies of #A28EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EFF

Black with #A28EFF

Text Example


Text Example

White with #A28EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EFF; }

 p { color: rgb(162,142,255); }

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

background-color css

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

 a { background-color: rgb(162,142,255); }

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

border-color css

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

 span { border-color: rgb(162,142,255); }

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