Html Css Color HEX #AC71A3 Violet Blue

📋 copy color: '#AC71A3'

red 172 ◦ green 113 ◦ blue 163

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

Shades of Violet Blue #AC71A3

Tints of Violet Blue #AC71A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.38%

R = 38.39%
G = 25.22%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC71A3 (or 0xAC71A3) is known color: Violet Blue. HEX triplet: AC, 71 and A3. RGB value is (172,113,163). Sum of RGB (Red+Green+Blue) = 172+113+163=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71A3 is #538E5C. Grayscale: #888888. Windows color (decimal): -5475933 or 10711468. OLE color: 10711468.

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

Color convert

RGB 172 113 163 -
CMYK 0 0.34 0.05 0.33
HSL 309.15º 0.26% 0.56% -
HSV(B) 309.15º 0.34% 0.67% -
XYZ 29.53 23.23 37.58 -
YUV 136.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 172 113 163 0 0.34 0.05 0.33 309.15 0.26 0.56
Hex AC 71 A3 0 22 5 21 135 1A 38
Octal 254 161 243 0 42 5 41 465 32 70
Binary 10101100 1110001 10100011 0 100010 101 100001 100110101 11010 111000

Color Harmonies of #AC71A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71A3

Black with #AC71A3

Text Example


Text Example

White with #AC71A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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