Html Css Color HEX #AC469A Violet Blue

📋 copy color: '#AC469A'

red 172 ◦ green 70 ◦ blue 154

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

Shades of Violet Blue #AC469A

Tints of Violet Blue #AC469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 43.43%
G = 17.68%
B = 38.89%

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

#AC469A (or 0xAC469A) is known color: Violet Blue. HEX triplet: AC, 46 and 9A. RGB value is (172,70,154). Sum of RGB (Red+Green+Blue) = 172+70+154=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC469A is #53B965. Grayscale: #6D6D6D. Windows color (decimal): -5486950 or 10110636. OLE color: 10110636.

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

Color convert

RGB 172 70 154 -
CMYK 0 0.59 0.10 0.33
HSL 310.59º 0.42% 0.47% -
HSV(B) 310.59º 0.59% 0.67% -
XYZ 25.04 15.48 32.24 -
YUV 110.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 172 70 154 0 0.59 0.10 0.33 310.59 0.42 0.47
Hex AC 46 9A 0 3B A 21 137 2A 2F
Octal 254 106 232 0 73 12 41 467 52 57
Binary 10101100 1000110 10011010 0 111011 1010 100001 100110111 101010 101111

Color Harmonies of #AC469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC469A

Black with #AC469A

Text Example


Text Example

White with #AC469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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