Html Css Color HEX #A28DFB Light Slate Blue

📋 copy color: '#A28DFB'

red 162 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #A28DFB

Tints of Light Slate Blue #A28DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.45%

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

R = 29.24%
G = 25.45%
B = 45.31%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A28DFB (or 0xA28DFB) is known color: Light Slate Blue. HEX triplet: A2, 8D and FB. RGB value is (162,141,251). Sum of RGB (Red+Green+Blue) = 162+141+251=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A28DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DFB is #5D7204. Grayscale: #9F9F9F. Windows color (decimal): -6124037 or 16485794. OLE color: 16485794.

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

Color convert

RGB 162 141 251 -
CMYK 0.35 0.44 0 0.02
HSL 251.45º 0.93% 0.77% -
HSV(B) 251.45º 0.44% 0.98% -
XYZ 41.84 33.7 95.57 -
YUV 159.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 162 141 251 0.35 0.44 0 0.02 251.45 0.93 0.77
Hex A2 8D FB 23 2C 0 2 FB 5D 4D
Octal 242 215 373 43 54 0 2 373 135 115
Binary 10100010 10001101 11111011 100011 101100 0 10 11111011 1011101 1001101

Color Harmonies of #A28DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DFB

Black with #A28DFB

Text Example


Text Example

White with #A28DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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