Html Css Color HEX #AC58A8 Violet Blue

📋 copy color: '#AC58A8'

red 172 ◦ green 88 ◦ blue 168

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

Shades of Violet Blue #AC58A8

Tints of Violet Blue #AC58A8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

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

R = 40.19%
G = 20.56%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC58A8 (or 0xAC58A8) is known color: Violet Blue. HEX triplet: AC, 58 and A8. RGB value is (172,88,168). Sum of RGB (Red+Green+Blue) = 172+88+168=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC58A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58A8 is #53A757. Grayscale: #7A7A7A. Windows color (decimal): -5482328 or 11032748. OLE color: 11032748.

HSL color Cylindrical-coordinate representation of color #AC58A8: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC58A8 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 168 -
CMYK 0 0.49 0.02 0.33
HSL 302.86º 0.34% 0.51% -
HSV(B) 302.86º 0.49% 0.67% -
XYZ 27.57 18.58 39.18 -
YUV 122.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 172 88 168 0 0.49 0.02 0.33 302.86 0.34 0.51
Hex AC 58 A8 0 31 2 21 12F 22 33
Octal 254 130 250 0 61 2 41 457 42 63
Binary 10101100 1011000 10101000 0 110001 10 100001 100101111 100010 110011

Color Harmonies of #AC58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58A8

Black with #AC58A8

Text Example


Text Example

White with #AC58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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