Html Css Color HEX #A88FFF Light Slate Blue

📋 copy color: '#A88FFF'

red 168 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #A88FFF

Tints of Light Slate Blue #A88FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.27%

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

R = 29.68%
G = 25.27%
B = 45.05%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A88FFF (or 0xA88FFF) is known color: Light Slate Blue. HEX triplet: A8, 8F and FF. RGB value is (168,143,255). Sum of RGB (Red+Green+Blue) = 168+143+255=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A88FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FFF is #577000. Grayscale: #A2A2A2. Windows color (decimal): -5730305 or 16748456. OLE color: 16748456.

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

Color convert

RGB 168 143 255 -
CMYK 0.34 0.44 0 0
HSL 253.39º 1% 0.78% -
HSV(B) 253.39º 0.44% 1% -
XYZ 44.02 35.19 99.08 -
YUV 163.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 168 143 255 0.34 0.44 0 0 253.39 1 0.78
Hex A8 8F FF 22 2C 0 0 FD 64 4E
Octal 250 217 377 42 54 0 0 375 144 116
Binary 10101000 10001111 11111111 100010 101100 0 0 11111101 1100100 1001110

Color Harmonies of #A88FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FFF

Black with #A88FFF

Text Example


Text Example

White with #A88FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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