Html Css Color HEX #A28BFE Light Slate Blue

📋 copy color: '#A28BFE'

red 162 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #A28BFE

Tints of Light Slate Blue #A28BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.05%

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

R = 29.19%
G = 25.05%
B = 45.77%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A28BFE (or 0xA28BFE) is known color: Light Slate Blue. HEX triplet: A2, 8B and FE. RGB value is (162,139,254). Sum of RGB (Red+Green+Blue) = 162+139+254=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFE is #5D7401. Grayscale: #9E9E9E. Windows color (decimal): -6124546 or 16681890. OLE color: 16681890.

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

Color convert

RGB 162 139 254 -
CMYK 0.36 0.45 0 0.00
HSL 252º 0.98% 0.77% -
HSV(B) 252º 0.45% 1% -
XYZ 42.02 33.3 97.98 -
YUV 158.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 162 139 254 0.36 0.45 0 0.00 252 0.98 0.77
Hex A2 8B FE 24 2D 0 0 FC 62 4D
Octal 242 213 376 44 55 0 0 374 142 115
Binary 10100010 10001011 11111110 100100 101101 0 0 11111100 1100010 1001101

Color Harmonies of #A28BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BFE

Black with #A28BFE

Text Example


Text Example

White with #A28BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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