Html Css Color HEX #A88AFC Light Slate Blue

📋 copy color: '#A88AFC'

red 168 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #A88AFC

Tints of Light Slate Blue #A88AFC

RGB

 RED value IS 168 (66.02% from 255) = 30.11%

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 30.11%
G = 24.73%
B = 45.16%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A88AFC (or 0xA88AFC) is known color: Light Slate Blue. HEX triplet: A8, 8A and FC. RGB value is (168,138,252). Sum of RGB (Red+Green+Blue) = 168+138+252=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AFC is #577503. Grayscale: #9F9F9F. Windows color (decimal): -5731588 or 16550568. OLE color: 16550568.

HSL color Cylindrical-coordinate representation of color #A88AFC: hue angle of 255.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88AFC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 138 252 -
CMYK 0.33 0.45 0 0.01
HSL 255.79º 0.95% 0.76% -
HSV(B) 255.79º 0.45% 0.99% -
XYZ 42.81 33.53 96.31 -
YUV 159.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 168 138 252 0.33 0.45 0 0.01 255.79 0.95 0.76
Hex A8 8A FC 21 2D 0 1 100 5F 4C
Octal 250 212 374 41 55 0 1 400 137 114
Binary 10101000 10001010 11111100 100001 101101 0 1 100000000 1011111 1001100

Color Harmonies of #A88AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AFC

Black with #A88AFC

Text Example


Text Example

White with #A88AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AFC; }

 p { color: rgb(168,138,252); }

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

background-color css

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

 a { background-color: rgb(168,138,252); }

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

border-color css

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

 span { border-color: rgb(168,138,252); }

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