Html Css Color HEX #A876AF Violet Blue

📋 copy color: '#A876AF'

red 168 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #A876AF

Tints of Violet Blue #A876AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 36.44%
G = 25.6%
B = 37.96%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A876AF (or 0xA876AF) is known color: Violet Blue. HEX triplet: A8, 76 and AF. RGB value is (168,118,175). Sum of RGB (Red+Green+Blue) = 168+118+175=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A876AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AF is #578950. Grayscale: #8B8B8B. Windows color (decimal): -5736785 or 11499176. OLE color: 11499176.

HSL color Cylindrical-coordinate representation of color #A876AF: hue angle of 292.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A876AF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 118 175 -
CMYK 0.04 0.33 0 0.31
HSL 292.63º 0.26% 0.57% -
HSV(B) 292.63º 0.33% 0.69% -
XYZ 30.36 24.38 43.66 -
YUV 139.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 168 118 175 0.04 0.33 0 0.31 292.63 0.26 0.57
Hex A8 76 AF 4 21 0 1F 125 1A 39
Octal 250 166 257 4 41 0 37 445 32 71
Binary 10101000 1110110 10101111 100 100001 0 11111 100100101 11010 111001

Color Harmonies of #A876AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876AF

Black with #A876AF

Text Example


Text Example

White with #A876AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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