Html Css Color HEX #A76CAB Violet Blue

📋 copy color: '#A76CAB'

red 167 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #A76CAB

Tints of Violet Blue #A76CAB

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

 GREEN value IS 108 (42.58% from 255) = 24.22%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 37.44%
G = 24.22%
B = 38.34%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76CAB (or 0xA76CAB) is known color: Violet Blue. HEX triplet: A7, 6C and AB. RGB value is (167,108,171). Sum of RGB (Red+Green+Blue) = 167+108+171=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAB is #589354. Grayscale: #848484. Windows color (decimal): -5804885 or 11234471. OLE color: 11234471.

HSL color Cylindrical-coordinate representation of color #A76CAB: hue angle of 296.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76CAB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 108 171 -
CMYK 0.02 0.37 0 0.33
HSL 296.19º 0.27% 0.55% -
HSV(B) 296.19º 0.37% 0.67% -
XYZ 28.65 21.88 41.24 -
YUV 132.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 167 108 171 0.02 0.37 0 0.33 296.19 0.27 0.55
Hex A7 6C AB 2 25 0 21 128 1B 37
Octal 247 154 253 2 45 0 41 450 33 67
Binary 10100111 1101100 10101011 10 100101 0 100001 100101000 11011 110111

Color Harmonies of #A76CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CAB

Black with #A76CAB

Text Example


Text Example

White with #A76CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CAB; }

 p { color: rgb(167,108,171); }

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

background-color css

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

 a { background-color: rgb(167,108,171); }

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

border-color css

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

 span { border-color: rgb(167,108,171); }

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