Html Css Color HEX #AC60B2 Violet Blue

📋 copy color: '#AC60B2'

red 172 ◦ green 96 ◦ blue 178

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

Shades of Violet Blue #AC60B2

Tints of Violet Blue #AC60B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.52%

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 38.57%
G = 21.52%
B = 39.91%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC60B2 (or 0xAC60B2) is known color: Violet Blue. HEX triplet: AC, 60 and B2. RGB value is (172,96,178). Sum of RGB (Red+Green+Blue) = 172+96+178=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC60B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60B2 is #539F4D. Grayscale: #7F7F7F. Windows color (decimal): -5480270 or 11690156. OLE color: 11690156.

HSL color Cylindrical-coordinate representation of color #AC60B2: hue angle of 295.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC60B2 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 96 178 -
CMYK 0.03 0.46 0 0.30
HSL 295.61º 0.35% 0.54% -
HSV(B) 295.61º 0.46% 0.7% -
XYZ 29.23 20.35 44.51 -
YUV 128.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 172 96 178 0.03 0.46 0 0.30 295.61 0.35 0.54
Hex AC 60 B2 3 2E 0 1E 128 23 36
Octal 254 140 262 3 56 0 36 450 43 66
Binary 10101100 1100000 10110010 11 101110 0 11110 100101000 100011 110110

Color Harmonies of #AC60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60B2

Black with #AC60B2

Text Example


Text Example

White with #AC60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60B2; }

 p { color: rgb(172,96,178); }

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

background-color css

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

 a { background-color: rgb(172,96,178); }

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

border-color css

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

 span { border-color: rgb(172,96,178); }

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