Html Css Color HEX #AC75A8 Violet Blue

📋 copy color: '#AC75A8'

red 172 ◦ green 117 ◦ blue 168

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

Shades of Violet Blue #AC75A8

Tints of Violet Blue #AC75A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 37.64%
G = 25.6%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC75A8 (or 0xAC75A8) is known color: Violet Blue. HEX triplet: AC, 75 and A8. RGB value is (172,117,168). Sum of RGB (Red+Green+Blue) = 172+117+168=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A8 is #538A57. Grayscale: #8B8B8B. Windows color (decimal): -5474904 or 11040172. OLE color: 11040172.

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

Color convert

RGB 172 117 168 -
CMYK 0 0.32 0.02 0.33
HSL 304.36º 0.25% 0.57% -
HSV(B) 304.36º 0.32% 0.67% -
XYZ 30.44 24.32 40.14 -
YUV 139.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 172 117 168 0 0.32 0.02 0.33 304.36 0.25 0.57
Hex AC 75 A8 0 20 2 21 130 19 39
Octal 254 165 250 0 40 2 41 460 31 71
Binary 10101100 1110101 10101000 0 100000 10 100001 100110000 11001 111001

Color Harmonies of #AC75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75A8

Black with #AC75A8

Text Example


Text Example

White with #AC75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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