Html Css Color HEX #A772AB Violet Blue

📋 copy color: '#A772AB'

red 167 ◦ green 114 ◦ blue 171

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

Shades of Violet Blue #A772AB

Tints of Violet Blue #A772AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 36.95%
G = 25.22%
B = 37.83%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A772AB (or 0xA772AB) is known color: Violet Blue. HEX triplet: A7, 72 and AB. RGB value is (167,114,171). Sum of RGB (Red+Green+Blue) = 167+114+171=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A772AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AB is #588D54. Grayscale: #888888. Windows color (decimal): -5803349 or 11236007. OLE color: 11236007.

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

Color convert

RGB 167 114 171 -
CMYK 0.02 0.33 0 0.33
HSL 295.79º 0.25% 0.56% -
HSV(B) 295.79º 0.33% 0.67% -
XYZ 29.3 23.19 41.46 -
YUV 136.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 167 114 171 0.02 0.33 0 0.33 295.79 0.25 0.56
Hex A7 72 AB 2 21 0 21 128 19 38
Octal 247 162 253 2 41 0 41 450 31 70
Binary 10100111 1110010 10101011 10 100001 0 100001 100101000 11001 111000

Color Harmonies of #A772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772AB

Black with #A772AB

Text Example


Text Example

White with #A772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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