Html Css Color HEX #A288FE Light Slate Blue

📋 copy color: '#A288FE'

red 162 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #A288FE

Tints of Light Slate Blue #A288FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.64%

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

R = 29.35%
G = 24.64%
B = 46.01%

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

#A288FE (or 0xA288FE) is known color: Light Slate Blue. HEX triplet: A2, 88 and FE. RGB value is (162,136,254). Sum of RGB (Red+Green+Blue) = 162+136+254=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #A288FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288FE is #5D7701. Grayscale: #9C9C9C. Windows color (decimal): -6125314 or 16681122. OLE color: 16681122.

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

Color convert

RGB 162 136 254 -
CMYK 0.36 0.46 0 0.00
HSL 253.22º 0.98% 0.76% -
HSV(B) 253.22º 0.46% 1% -
XYZ 41.59 32.45 97.84 -
YUV 157.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 162 136 254 0.36 0.46 0 0.00 253.22 0.98 0.76
Hex A2 88 FE 24 2E 0 0 FD 62 4C
Octal 242 210 376 44 56 0 0 375 142 114
Binary 10100010 10001000 11111110 100100 101110 0 0 11111101 1100010 1001100

Color Harmonies of #A288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288FE

Black with #A288FE

Text Example


Text Example

White with #A288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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