Html Css Color HEX #AC75AB Violet Blue

📋 copy color: '#AC75AB'

red 172 ◦ green 117 ◦ blue 171

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

Shades of Violet Blue #AC75AB

Tints of Violet Blue #AC75AB

RGB

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

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

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

R = 37.39%
G = 25.43%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC75AB (or 0xAC75AB) is known color: Violet Blue. HEX triplet: AC, 75 and AB. RGB value is (172,117,171). Sum of RGB (Red+Green+Blue) = 172+117+171=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75AB is #538A54. Grayscale: #8B8B8B. Windows color (decimal): -5474901 or 11236780. OLE color: 11236780.

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

Color convert

RGB 172 117 171 -
CMYK 0 0.32 0.01 0.33
HSL 301.09º 0.25% 0.57% -
HSV(B) 301.09º 0.32% 0.67% -
XYZ 30.73 24.43 41.62 -
YUV 139.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 172 117 171 0 0.32 0.01 0.33 301.09 0.25 0.57
Hex AC 75 AB 0 20 1 21 12D 19 39
Octal 254 165 253 0 40 1 41 455 31 71
Binary 10101100 1110101 10101011 0 100000 1 100001 100101101 11001 111001

Color Harmonies of #AC75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75AB

Black with #AC75AB

Text Example


Text Example

White with #AC75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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