Html Css Color HEX #A28EFB Light Slate Blue

📋 copy color: '#A28EFB'

red 162 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #A28EFB

Tints of Light Slate Blue #A28EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 29.19%
G = 25.59%
B = 45.23%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A28EFB (or 0xA28EFB) is known color: Light Slate Blue. HEX triplet: A2, 8E and FB. RGB value is (162,142,251). Sum of RGB (Red+Green+Blue) = 162+142+251=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #A28EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EFB is #5D7104. Grayscale: #9F9F9F. Windows color (decimal): -6123781 or 16486050. OLE color: 16486050.

HSL color Cylindrical-coordinate representation of color #A28EFB: hue angle of 251.01º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28EFB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 142 251 -
CMYK 0.35 0.43 0 0.02
HSL 251.01º 0.93% 0.77% -
HSV(B) 251.01º 0.43% 0.98% -
XYZ 41.99 33.99 95.62 -
YUV 160.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 162 142 251 0.35 0.43 0 0.02 251.01 0.93 0.77
Hex A2 8E FB 23 2B 0 2 FB 5D 4D
Octal 242 216 373 43 53 0 2 373 135 115
Binary 10100010 10001110 11111011 100011 101011 0 10 11111011 1011101 1001101

Color Harmonies of #A28EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EFB

Black with #A28EFB

Text Example


Text Example

White with #A28EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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