Html Css Color HEX #AC6598 Violet Blue

📋 copy color: '#AC6598'

red 172 ◦ green 101 ◦ blue 152

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

Shades of Violet Blue #AC6598

Tints of Violet Blue #AC6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 40.47%
G = 23.76%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6598 (or 0xAC6598) is known color: Violet Blue. HEX triplet: AC, 65 and 98. RGB value is (172,101,152). Sum of RGB (Red+Green+Blue) = 172+101+152=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6598 is #539A67. Grayscale: #7F7F7F. Windows color (decimal): -5479016 or 9987500. OLE color: 9987500.

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

Color convert

RGB 172 101 152 -
CMYK 0 0.41 0.12 0.33
HSL 316.9º 0.3% 0.54% -
HSV(B) 316.9º 0.41% 0.67% -
XYZ 27.33 20.35 32.19 -
YUV 128.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 172 101 152 0 0.41 0.12 0.33 316.9 0.3 0.54
Hex AC 65 98 0 29 C 21 13D 1E 36
Octal 254 145 230 0 51 14 41 475 36 66
Binary 10101100 1100101 10011000 0 101001 1100 100001 100111101 11110 110110

Color Harmonies of #AC6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6598

Black with #AC6598

Text Example


Text Example

White with #AC6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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