Html Css Color HEX #A772AD Violet Blue

📋 copy color: '#A772AD'

red 167 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #A772AD

Tints of Violet Blue #A772AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

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

R = 36.78%
G = 25.11%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A772AD (or 0xA772AD) is known color: Violet Blue. HEX triplet: A7, 72 and AD. RGB value is (167,114,173). Sum of RGB (Red+Green+Blue) = 167+114+173=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A772AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AD is #588D52. Grayscale: #888888. Windows color (decimal): -5803347 or 11367079. OLE color: 11367079.

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

Color convert

RGB 167 114 173 -
CMYK 0.03 0.34 0 0.32
HSL 293.9º 0.26% 0.56% -
HSV(B) 293.9º 0.34% 0.68% -
XYZ 29.5 23.27 42.47 -
YUV 136.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 167 114 173 0.03 0.34 0 0.32 293.9 0.26 0.56
Hex A7 72 AD 3 22 0 20 126 1A 38
Octal 247 162 255 3 42 0 40 446 32 70
Binary 10100111 1110010 10101101 11 100010 0 100000 100100110 11010 111000

Color Harmonies of #A772AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772AD

Black with #A772AD

Text Example


Text Example

White with #A772AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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