Html Css Color HEX #A28FFE Light Slate Blue

📋 copy color: '#A28FFE'

red 162 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #A28FFE

Tints of Light Slate Blue #A28FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

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

R = 28.98%
G = 25.58%
B = 45.44%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A28FFE (or 0xA28FFE) is known color: Light Slate Blue. HEX triplet: A2, 8F and FE. RGB value is (162,143,254). Sum of RGB (Red+Green+Blue) = 162+143+254=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFE is #5D7001. Grayscale: #A0A0A0. Windows color (decimal): -6123522 or 16682914. OLE color: 16682914.

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

Color convert

RGB 162 143 254 -
CMYK 0.36 0.44 0 0.00
HSL 250.27º 0.98% 0.78% -
HSV(B) 250.27º 0.44% 1% -
XYZ 42.61 34.48 98.18 -
YUV 161.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 162 143 254 0.36 0.44 0 0.00 250.27 0.98 0.78
Hex A2 8F FE 24 2C 0 0 FA 62 4E
Octal 242 217 376 44 54 0 0 372 142 116
Binary 10100010 10001111 11111110 100100 101100 0 0 11111010 1100010 1001110

Color Harmonies of #A28FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FFE

Black with #A28FFE

Text Example


Text Example

White with #A28FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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