Html Css Color HEX #A888FF Light Slate Blue

📋 copy color: '#A888FF'

red 168 ◦ green 136 ◦ blue 255

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

Shades of Light Slate Blue #A888FF

Tints of Light Slate Blue #A888FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 30.05%
G = 24.33%
B = 45.62%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A888FF (or 0xA888FF) is known color: Light Slate Blue. HEX triplet: A8, 88 and FF. RGB value is (168,136,255). Sum of RGB (Red+Green+Blue) = 168+136+255=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A888FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FF is #577700. Grayscale: #9E9E9E. Windows color (decimal): -5732097 or 16746664. OLE color: 16746664.

HSL color Cylindrical-coordinate representation of color #A888FF: hue angle of 256.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A888FF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 136 255 -
CMYK 0.34 0.47 0 0
HSL 256.13º 1% 0.77% -
HSV(B) 256.13º 0.47% 1% -
XYZ 43 33.15 98.74 -
YUV 159.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 168 136 255 0.34 0.47 0 0 256.13 1 0.77
Hex A8 88 FF 22 2F 0 0 100 64 4D
Octal 250 210 377 42 57 0 0 400 144 115
Binary 10101000 10001000 11111111 100010 101111 0 0 100000000 1100100 1001101

Color Harmonies of #A888FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888FF

Black with #A888FF

Text Example


Text Example

White with #A888FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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