Html Css Color HEX #A888FD Light Slate Blue

📋 copy color: '#A888FD'

red 168 ◦ green 136 ◦ blue 253

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

Shades of Light Slate Blue #A888FD

Tints of Light Slate Blue #A888FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 30.16%
G = 24.42%
B = 45.42%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A888FD (or 0xA888FD) is known color: Light Slate Blue. HEX triplet: A8, 88 and FD. RGB value is (168,136,253). Sum of RGB (Red+Green+Blue) = 168+136+253=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #A888FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FD is #577702. Grayscale: #9E9E9E. Windows color (decimal): -5732099 or 16615592. OLE color: 16615592.

HSL color Cylindrical-coordinate representation of color #A888FD: hue angle of 256.41º degrees, saturation: 0.97, 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 #A888FD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 136 253 -
CMYK 0.34 0.46 0 0.01
HSL 256.41º 0.97% 0.76% -
HSV(B) 256.41º 0.46% 0.99% -
XYZ 42.68 33.03 97.05 -
YUV 158.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 168 136 253 0.34 0.46 0 0.01 256.41 0.97 0.76
Hex A8 88 FD 22 2E 0 1 100 61 4C
Octal 250 210 375 42 56 0 1 400 141 114
Binary 10101000 10001000 11111101 100010 101110 0 1 100000000 1100001 1001100

Color Harmonies of #A888FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888FD

Black with #A888FD

Text Example


Text Example

White with #A888FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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