Html Css Color HEX #A764AD Violet Blue

📋 copy color: '#A764AD'

red 167 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #A764AD

Tints of Violet Blue #A764AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 37.95%
G = 22.73%
B = 39.32%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A764AD (or 0xA764AD) is known color: Violet Blue. HEX triplet: A7, 64 and AD. RGB value is (167,100,173). Sum of RGB (Red+Green+Blue) = 167+100+173=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A764AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764AD is #589B52. Grayscale: #808080. Windows color (decimal): -5806931 or 11363495. OLE color: 11363495.

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

Color convert

RGB 167 100 173 -
CMYK 0.03 0.42 0 0.32
HSL 295.07º 0.31% 0.54% -
HSV(B) 295.07º 0.42% 0.68% -
XYZ 28.04 20.35 41.98 -
YUV 128.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 167 100 173 0.03 0.42 0 0.32 295.07 0.31 0.54
Hex A7 64 AD 3 2A 0 20 127 1F 36
Octal 247 144 255 3 52 0 40 447 37 66
Binary 10100111 1100100 10101101 11 101010 0 100000 100100111 11111 110110

Color Harmonies of #A764AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764AD

Black with #A764AD

Text Example


Text Example

White with #A764AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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