Html Css Color HEX #AC6296 Violet Blue

📋 copy color: '#AC6296'

red 172 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #AC6296

Tints of Violet Blue #AC6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 40.95%
G = 23.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6296 (or 0xAC6296) is known color: Violet Blue. HEX triplet: AC, 62 and 96. RGB value is (172,98,150). Sum of RGB (Red+Green+Blue) = 172+98+150=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6296 is #539D69. Grayscale: #7D7D7D. Windows color (decimal): -5479786 or 9855660. OLE color: 9855660.

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

Color convert

RGB 172 98 150 -
CMYK 0 0.43 0.13 0.33
HSL 317.84º 0.31% 0.53% -
HSV(B) 317.84º 0.43% 0.67% -
XYZ 26.89 19.71 31.24 -
YUV 126.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 172 98 150 0 0.43 0.13 0.33 317.84 0.31 0.53
Hex AC 62 96 0 2B D 21 13E 1F 35
Octal 254 142 226 0 53 15 41 476 37 65
Binary 10101100 1100010 10010110 0 101011 1101 100001 100111110 11111 110101

Color Harmonies of #AC6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6296

Black with #AC6296

Text Example


Text Example

White with #AC6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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