Html Css Color HEX #AC4598 Violet Blue

📋 copy color: '#AC4598'

red 172 ◦ green 69 ◦ blue 152

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

Shades of Violet Blue #AC4598

Tints of Violet Blue #AC4598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

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

R = 43.77%
G = 17.56%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC4598 (or 0xAC4598) is known color: Violet Blue. HEX triplet: AC, 45 and 98. RGB value is (172,69,152). Sum of RGB (Red+Green+Blue) = 172+69+152=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4598 is #53BA67. Grayscale: #6D6D6D. Windows color (decimal): -5487208 or 9979308. OLE color: 9979308.

HSL color Cylindrical-coordinate representation of color #AC4598: hue angle of 311.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4598 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 152 -
CMYK 0 0.60 0.12 0.33
HSL 311.65º 0.43% 0.47% -
HSV(B) 311.65º 0.6% 0.67% -
XYZ 24.81 15.29 31.35 -
YUV 109.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 172 69 152 0 0.60 0.12 0.33 311.65 0.43 0.47
Hex AC 45 98 0 3C C 21 138 2B 2F
Octal 254 105 230 0 74 14 41 470 53 57
Binary 10101100 1000101 10011000 0 111100 1100 100001 100111000 101011 101111

Color Harmonies of #AC4598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4598

Black with #AC4598

Text Example


Text Example

White with #AC4598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4598; }

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

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

background-color css

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

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

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

border-color css

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

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

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