Html Css Color HEX #A764AA Violet Blue

📋 copy color: '#A764AA'

red 167 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #A764AA

Tints of Violet Blue #A764AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 38.22%
G = 22.88%
B = 38.9%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A764AA (or 0xA764AA) is known color: Violet Blue. HEX triplet: A7, 64 and AA. RGB value is (167,100,170). Sum of RGB (Red+Green+Blue) = 167+100+170=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A764AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764AA is #589B55. Grayscale: #7F7F7F. Windows color (decimal): -5806934 or 11166887. OLE color: 11166887.

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

Color convert

RGB 167 100 170 -
CMYK 0.02 0.41 0 0.33
HSL 297.43º 0.29% 0.53% -
HSV(B) 297.43º 0.41% 0.67% -
XYZ 27.75 20.23 40.47 -
YUV 128.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 167 100 170 0.02 0.41 0 0.33 297.43 0.29 0.53
Hex A7 64 AA 2 29 0 21 129 1D 35
Octal 247 144 252 2 51 0 41 451 35 65
Binary 10100111 1100100 10101010 10 101001 0 100001 100101001 11101 110101

Color Harmonies of #A764AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764AA

Black with #A764AA

Text Example


Text Example

White with #A764AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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