Html Css Color HEX #A88AFE Light Slate Blue

📋 copy color: '#A88AFE'

red 168 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #A88AFE

Tints of Light Slate Blue #A88AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 30%
G = 24.64%
B = 45.36%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A88AFE (or 0xA88AFE) is known color: Light Slate Blue. HEX triplet: A8, 8A and FE. RGB value is (168,138,254). Sum of RGB (Red+Green+Blue) = 168+138+254=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A88AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AFE is #577501. Grayscale: #9F9F9F. Windows color (decimal): -5731586 or 16681640. OLE color: 16681640.

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

Color convert

RGB 168 138 254 -
CMYK 0.34 0.46 0 0.00
HSL 255.52º 0.98% 0.77% -
HSV(B) 255.52º 0.46% 1% -
XYZ 43.13 33.66 97.99 -
YUV 160.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 168 138 254 0.34 0.46 0 0.00 255.52 0.98 0.77
Hex A8 8A FE 22 2E 0 0 100 62 4D
Octal 250 212 376 42 56 0 0 400 142 115
Binary 10101000 10001010 11111110 100010 101110 0 0 100000000 1100010 1001101

Color Harmonies of #A88AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88AFE

Black with #A88AFE

Text Example


Text Example

White with #A88AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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