Html Css Color HEX #A764AE Violet Blue

📋 copy color: '#A764AE'

red 167 ◦ green 100 ◦ blue 174

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

Shades of Violet Blue #A764AE

Tints of Violet Blue #A764AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 37.87%
G = 22.68%
B = 39.46%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A764AE (or 0xA764AE) is known color: Violet Blue. HEX triplet: A7, 64 and AE. RGB value is (167,100,174). Sum of RGB (Red+Green+Blue) = 167+100+174=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A764AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764AE is #589B51. Grayscale: #808080. Windows color (decimal): -5806930 or 11429031. OLE color: 11429031.

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

Color convert

RGB 167 100 174 -
CMYK 0.04 0.43 0 0.32
HSL 294.32º 0.31% 0.54% -
HSV(B) 294.32º 0.43% 0.68% -
XYZ 28.13 20.39 42.5 -
YUV 128.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 167 100 174 0.04 0.43 0 0.32 294.32 0.31 0.54
Hex A7 64 AE 4 2B 0 20 126 1F 36
Octal 247 144 256 4 53 0 40 446 37 66
Binary 10100111 1100100 10101110 100 101011 0 100000 100100110 11111 110110

Color Harmonies of #A764AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764AE

Black with #A764AE

Text Example


Text Example

White with #A764AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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