Html Css Color HEX #A28AFE Light Slate Blue

📋 copy color: '#A28AFE'

red 162 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #A28AFE

Tints of Light Slate Blue #A28AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.91%

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

R = 29.24%
G = 24.91%
B = 45.85%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A28AFE (or 0xA28AFE) is known color: Light Slate Blue. HEX triplet: A2, 8A and FE. RGB value is (162,138,254). Sum of RGB (Red+Green+Blue) = 162+138+254=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AFE is #5D7501. Grayscale: #9D9D9D. Windows color (decimal): -6124802 or 16681634. OLE color: 16681634.

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

Color convert

RGB 162 138 254 -
CMYK 0.36 0.46 0 0.00
HSL 252.41º 0.98% 0.77% -
HSV(B) 252.41º 0.46% 1% -
XYZ 41.88 33.01 97.93 -
YUV 158.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 162 138 254 0.36 0.46 0 0.00 252.41 0.98 0.77
Hex A2 8A FE 24 2E 0 0 FC 62 4D
Octal 242 212 376 44 56 0 0 374 142 115
Binary 10100010 10001010 11111110 100100 101110 0 0 11111100 1100010 1001101

Color Harmonies of #A28AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AFE

Black with #A28AFE

Text Example


Text Example

White with #A28AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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