Html Css Color HEX #AC4898 Violet Blue

📋 copy color: '#AC4898'

red 172 ◦ green 72 ◦ blue 152

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

Shades of Violet Blue #AC4898

Tints of Violet Blue #AC4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 43.43%
G = 18.18%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC4898 (or 0xAC4898) is known color: Violet Blue. HEX triplet: AC, 48 and 98. RGB value is (172,72,152). Sum of RGB (Red+Green+Blue) = 172+72+152=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4898 is #53B767. Grayscale: #6E6E6E. Windows color (decimal): -5486440 or 9980076. OLE color: 9980076.

HSL color Cylindrical-coordinate representation of color #AC4898: hue angle of 312º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4898 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 152 -
CMYK 0 0.58 0.12 0.33
HSL 312º 0.41% 0.48% -
HSV(B) 312º 0.58% 0.67% -
XYZ 25 15.67 31.41 -
YUV 111.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 172 72 152 0 0.58 0.12 0.33 312 0.41 0.48
Hex AC 48 98 0 3A C 21 138 29 30
Octal 254 110 230 0 72 14 41 470 51 60
Binary 10101100 1001000 10011000 0 111010 1100 100001 100111000 101001 110000

Color Harmonies of #AC4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4898

Black with #AC4898

Text Example


Text Example

White with #AC4898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4898; }

 p { color: rgb(172,72,152); }

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

background-color css

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

 a { background-color: rgb(172,72,152); }

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

border-color css

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

 span { border-color: rgb(172,72,152); }

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