Html Css Color HEX #AC469B Violet Blue

📋 copy color: '#AC469B'

red 172 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #AC469B

Tints of Violet Blue #AC469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 43.32%
G = 17.63%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC469B (or 0xAC469B) is known color: Violet Blue. HEX triplet: AC, 46 and 9B. RGB value is (172,70,155). Sum of RGB (Red+Green+Blue) = 172+70+155=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC469B is #53B964. Grayscale: #6D6D6D. Windows color (decimal): -5486949 or 10176172. OLE color: 10176172.

HSL color Cylindrical-coordinate representation of color #AC469B: hue angle of 310º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC469B is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 155 -
CMYK 0 0.59 0.10 0.33
HSL 310º 0.42% 0.47% -
HSV(B) 310º 0.59% 0.67% -
XYZ 25.12 15.52 32.68 -
YUV 110.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 172 70 155 0 0.59 0.10 0.33 310 0.42 0.47
Hex AC 46 9B 0 3B A 21 136 2A 2F
Octal 254 106 233 0 73 12 41 466 52 57
Binary 10101100 1000110 10011011 0 111011 1010 100001 100110110 101010 101111

Color Harmonies of #AC469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC469B

Black with #AC469B

Text Example


Text Example

White with #AC469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC469B; }

 p { color: rgb(172,70,155); }

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

background-color css

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

 a { background-color: rgb(172,70,155); }

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

border-color css

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

 span { border-color: rgb(172,70,155); }

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