Html Css Color HEX #A888FC Light Slate Blue

📋 copy color: '#A888FC'

red 168 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #A888FC

Tints of Light Slate Blue #A888FC

RGB

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

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

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

R = 30.22%
G = 24.46%
B = 45.32%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A888FC (or 0xA888FC) is known color: Light Slate Blue. HEX triplet: A8, 88 and FC. RGB value is (168,136,252). Sum of RGB (Red+Green+Blue) = 168+136+252=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #A888FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FC is #577703. Grayscale: #9E9E9E. Windows color (decimal): -5732100 or 16550056. OLE color: 16550056.

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

Color convert

RGB 168 136 252 -
CMYK 0.33 0.46 0 0.01
HSL 256.55º 0.95% 0.76% -
HSV(B) 256.55º 0.46% 0.99% -
XYZ 42.52 32.96 96.22 -
YUV 158.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 168 136 252 0.33 0.46 0 0.01 256.55 0.95 0.76
Hex A8 88 FC 21 2E 0 1 101 5F 4C
Octal 250 210 374 41 56 0 1 401 137 114
Binary 10101000 10001000 11111100 100001 101110 0 1 100000001 1011111 1001100

Color Harmonies of #A888FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888FC

Black with #A888FC

Text Example


Text Example

White with #A888FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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