Html Css Color HEX #AC72A5 Violet Blue

📋 copy color: '#AC72A5'

red 172 ◦ green 114 ◦ blue 165

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

Shades of Violet Blue #AC72A5

Tints of Violet Blue #AC72A5

RGB

 RED value IS 172 (67.58% from 255) = 38.14%

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

 BLUE value IS 165 (64.84% from 255) = 36.59%

R = 38.14%
G = 25.28%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC72A5 (or 0xAC72A5) is known color: Violet Blue. HEX triplet: AC, 72 and A5. RGB value is (172,114,165). Sum of RGB (Red+Green+Blue) = 172+114+165=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72A5 is #538D5A. Grayscale: #898989. Windows color (decimal): -5475675 or 10842796. OLE color: 10842796.

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

Color convert

RGB 172 114 165 -
CMYK 0 0.34 0.04 0.33
HSL 307.24º 0.26% 0.56% -
HSV(B) 307.24º 0.34% 0.67% -
XYZ 29.82 23.52 38.57 -
YUV 137.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 172 114 165 0 0.34 0.04 0.33 307.24 0.26 0.56
Hex AC 72 A5 0 22 4 21 133 1A 38
Octal 254 162 245 0 42 4 41 463 32 70
Binary 10101100 1110010 10100101 0 100010 100 100001 100110011 11010 111000

Color Harmonies of #AC72A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC72A5

Black with #AC72A5

Text Example


Text Example

White with #AC72A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC72A5; }

 p { color: rgb(172,114,165); }

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

background-color css

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

 a { background-color: rgb(172,114,165); }

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

border-color css

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

 span { border-color: rgb(172,114,165); }

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