Html Css Color HEX #AC70AB Violet Blue

📋 copy color: '#AC70AB'

red 172 ◦ green 112 ◦ blue 171

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

Shades of Violet Blue #AC70AB

Tints of Violet Blue #AC70AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 37.8%
G = 24.62%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC70AB (or 0xAC70AB) is known color: Violet Blue. HEX triplet: AC, 70 and AB. RGB value is (172,112,171). Sum of RGB (Red+Green+Blue) = 172+112+171=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70AB is #538F54. Grayscale: #888888. Windows color (decimal): -5476181 or 11235500. OLE color: 11235500.

HSL color Cylindrical-coordinate representation of color #AC70AB: hue angle of 301º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC70AB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 171 -
CMYK 0 0.35 0.01 0.33
HSL 301º 0.27% 0.56% -
HSV(B) 301º 0.35% 0.67% -
XYZ 30.16 23.3 41.44 -
YUV 136.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 172 112 171 0 0.35 0.01 0.33 301 0.27 0.56
Hex AC 70 AB 0 23 1 21 12D 1B 38
Octal 254 160 253 0 43 1 41 455 33 70
Binary 10101100 1110000 10101011 0 100011 1 100001 100101101 11011 111000

Color Harmonies of #AC70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70AB

Black with #AC70AB

Text Example


Text Example

White with #AC70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70AB; }

 p { color: rgb(172,112,171); }

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

background-color css

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

 a { background-color: rgb(172,112,171); }

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

border-color css

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

 span { border-color: rgb(172,112,171); }

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