Html Css Color HEX #AC6297 Violet Blue

📋 copy color: '#AC6297'

red 172 ◦ green 98 ◦ blue 151

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

Shades of Violet Blue #AC6297

Tints of Violet Blue #AC6297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 40.86%
G = 23.28%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6297 (or 0xAC6297) is known color: Violet Blue. HEX triplet: AC, 62 and 97. RGB value is (172,98,151). Sum of RGB (Red+Green+Blue) = 172+98+151=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6297 is #539D68. Grayscale: #7E7E7E. Windows color (decimal): -5479785 or 9921196. OLE color: 9921196.

HSL color Cylindrical-coordinate representation of color #AC6297: hue angle of 317.03º 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 #AC6297 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 151 -
CMYK 0 0.43 0.12 0.33
HSL 317.03º 0.31% 0.53% -
HSV(B) 317.03º 0.43% 0.67% -
XYZ 26.97 19.74 31.67 -
YUV 126.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 172 98 151 0 0.43 0.12 0.33 317.03 0.31 0.53
Hex AC 62 97 0 2B C 21 13D 1F 35
Octal 254 142 227 0 53 14 41 475 37 65
Binary 10101100 1100010 10010111 0 101011 1100 100001 100111101 11111 110101

Color Harmonies of #AC6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6297

Black with #AC6297

Text Example


Text Example

White with #AC6297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6297; }

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

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

background-color css

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

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

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

border-color css

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

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

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