Html Css Color HEX #AC6299 Violet Blue

📋 copy color: '#AC6299'

red 172 ◦ green 98 ◦ blue 153

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

Shades of Violet Blue #AC6299

Tints of Violet Blue #AC6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 40.66%
G = 23.17%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC6299 (or 0xAC6299) is known color: Violet Blue. HEX triplet: AC, 62 and 99. RGB value is (172,98,153). Sum of RGB (Red+Green+Blue) = 172+98+153=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6299 is #539D66. Grayscale: #7E7E7E. Windows color (decimal): -5479783 or 10052268. OLE color: 10052268.

HSL color Cylindrical-coordinate representation of color #AC6299: hue angle of 315.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6299 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 153 -
CMYK 0 0.43 0.11 0.33
HSL 315.41º 0.31% 0.53% -
HSV(B) 315.41º 0.43% 0.67% -
XYZ 27.13 19.81 32.53 -
YUV 126.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 172 98 153 0 0.43 0.11 0.33 315.41 0.31 0.53
Hex AC 62 99 0 2B B 21 13B 1F 35
Octal 254 142 231 0 53 13 41 473 37 65
Binary 10101100 1100010 10011001 0 101011 1011 100001 100111011 11111 110101

Color Harmonies of #AC6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6299

Black with #AC6299

Text Example


Text Example

White with #AC6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6299; }

 p { color: rgb(172,98,153); }

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

background-color css

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

 a { background-color: rgb(172,98,153); }

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

border-color css

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

 span { border-color: rgb(172,98,153); }

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