Html Css Color HEX #AC75A6 Violet Blue

📋 copy color: '#AC75A6'

red 172 ◦ green 117 ◦ blue 166

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

Shades of Violet Blue #AC75A6

Tints of Violet Blue #AC75A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 37.8%
G = 25.71%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC75A6 (or 0xAC75A6) is known color: Violet Blue. HEX triplet: AC, 75 and A6. RGB value is (172,117,166). Sum of RGB (Red+Green+Blue) = 172+117+166=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A6 is #538A59. Grayscale: #8A8A8A. Windows color (decimal): -5474906 or 10909100. OLE color: 10909100.

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

Color convert

RGB 172 117 166 -
CMYK 0 0.32 0.03 0.33
HSL 306.55º 0.25% 0.57% -
HSV(B) 306.55º 0.32% 0.67% -
XYZ 30.26 24.25 39.16 -
YUV 139.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 172 117 166 0 0.32 0.03 0.33 306.55 0.25 0.57
Hex AC 75 A6 0 20 3 21 133 19 39
Octal 254 165 246 0 40 3 41 463 31 71
Binary 10101100 1110101 10100110 0 100000 11 100001 100110011 11001 111001

Color Harmonies of #AC75A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75A6

Black with #AC75A6

Text Example


Text Example

White with #AC75A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75A6; }

 p { color: rgb(172,117,166); }

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

background-color css

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

 a { background-color: rgb(172,117,166); }

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

border-color css

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

 span { border-color: rgb(172,117,166); }

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