Html Css Color HEX #AC71A5 Violet Blue

📋 copy color: '#AC71A5'

red 172 ◦ green 113 ◦ blue 165

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

Shades of Violet Blue #AC71A5

Tints of Violet Blue #AC71A5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.11%

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

R = 38.22%
G = 25.11%
B = 36.67%

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

#AC71A5 (or 0xAC71A5) is known color: Violet Blue. HEX triplet: AC, 71 and A5. RGB value is (172,113,165). Sum of RGB (Red+Green+Blue) = 172+113+165=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71A5 is #538E5A. Grayscale: #888888. Windows color (decimal): -5475931 or 10842540. OLE color: 10842540.

HSL color Cylindrical-coordinate representation of color #AC71A5: hue angle of 307.12º 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 #AC71A5 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 165 -
CMYK 0 0.34 0.04 0.33
HSL 307.12º 0.26% 0.56% -
HSV(B) 307.12º 0.34% 0.67% -
XYZ 29.71 23.3 38.53 -
YUV 136.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 172 113 165 0 0.34 0.04 0.33 307.12 0.26 0.56
Hex AC 71 A5 0 22 4 21 133 1A 38
Octal 254 161 245 0 42 4 41 463 32 70
Binary 10101100 1110001 10100101 0 100010 100 100001 100110011 11010 111000

Color Harmonies of #AC71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71A5

Black with #AC71A5

Text Example


Text Example

White with #AC71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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