Html Css Color HEX #A28CFE Light Slate Blue

📋 copy color: '#A28CFE'

red 162 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #A28CFE

Tints of Light Slate Blue #A28CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.18%

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

R = 29.14%
G = 25.18%
B = 45.68%

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

#A28CFE (or 0xA28CFE) is known color: Light Slate Blue. HEX triplet: A2, 8C and FE. RGB value is (162,140,254). Sum of RGB (Red+Green+Blue) = 162+140+254=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CFE is #5D7301. Grayscale: #9F9F9F. Windows color (decimal): -6124290 or 16682146. OLE color: 16682146.

HSL color Cylindrical-coordinate representation of color #A28CFE: hue angle of 251.58º 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 #A28CFE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 140 254 -
CMYK 0.36 0.45 0 0.00
HSL 251.58º 0.98% 0.77% -
HSV(B) 251.58º 0.45% 1% -
XYZ 42.17 33.59 98.03 -
YUV 159.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 162 140 254 0.36 0.45 0 0.00 251.58 0.98 0.77
Hex A2 8C FE 24 2D 0 0 FC 62 4D
Octal 242 214 376 44 55 0 0 374 142 115
Binary 10100010 10001100 11111110 100100 101101 0 0 11111100 1100010 1001101

Color Harmonies of #A28CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CFE

Black with #A28CFE

Text Example


Text Example

White with #A28CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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