Html Css Color HEX #A76CAE Violet Blue

📋 copy color: '#A76CAE'

red 167 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #A76CAE

Tints of Violet Blue #A76CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 37.19%
G = 24.05%
B = 38.75%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A76CAE (or 0xA76CAE) is known color: Violet Blue. HEX triplet: A7, 6C and AE. RGB value is (167,108,174). Sum of RGB (Red+Green+Blue) = 167+108+174=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A76CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAE is #589351. Grayscale: #848484. Windows color (decimal): -5804882 or 11431079. OLE color: 11431079.

HSL color Cylindrical-coordinate representation of color #A76CAE: hue angle of 293.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76CAE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 108 174 -
CMYK 0.04 0.38 0 0.32
HSL 293.64º 0.29% 0.55% -
HSV(B) 293.64º 0.38% 0.68% -
XYZ 28.94 22 42.76 -
YUV 133.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 167 108 174 0.04 0.38 0 0.32 293.64 0.29 0.55
Hex A7 6C AE 4 26 0 20 126 1D 37
Octal 247 154 256 4 46 0 40 446 35 67
Binary 10100111 1101100 10101110 100 100110 0 100000 100100110 11101 110111

Color Harmonies of #A76CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CAE

Black with #A76CAE

Text Example


Text Example

White with #A76CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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