Html Css Color HEX #A876FF Light Slate Blue

📋 copy color: '#A876FF'

red 168 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #A876FF

Tints of Light Slate Blue #A876FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.81%

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

R = 31.05%
G = 21.81%
B = 47.13%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A876FF (or 0xA876FF) is known color: Light Slate Blue. HEX triplet: A8, 76 and FF. RGB value is (168,118,255). Sum of RGB (Red+Green+Blue) = 168+118+255=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A876FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876FF is #578900. Grayscale: #949494. Windows color (decimal): -5736705 or 16742056. OLE color: 16742056.

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

Color convert

RGB 168 118 255 -
CMYK 0.34 0.54 0 0
HSL 261.9º 1% 0.73% -
HSV(B) 261.9º 0.54% 1% -
XYZ 40.68 28.5 97.97 -
YUV 148.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 168 118 255 0.34 0.54 0 0 261.9 1 0.73
Hex A8 76 FF 22 36 0 0 106 64 49
Octal 250 166 377 42 66 0 0 406 144 111
Binary 10101000 1110110 11111111 100010 110110 0 0 100000110 1100100 1001001

Color Harmonies of #A876FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876FF

Black with #A876FF

Text Example


Text Example

White with #A876FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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