Html Css Color HEX #AC509B Violet Blue

📋 copy color: '#AC509B'

red 172 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #AC509B

Tints of Violet Blue #AC509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 42.26%
G = 19.66%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC509B (or 0xAC509B) is known color: Violet Blue. HEX triplet: AC, 50 and 9B. RGB value is (172,80,155). Sum of RGB (Red+Green+Blue) = 172+80+155=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC509B is #53AF64. Grayscale: #737373. Windows color (decimal): -5484389 or 10178732. OLE color: 10178732.

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

Color convert

RGB 172 80 155 -
CMYK 0 0.53 0.10 0.33
HSL 311.09º 0.37% 0.49% -
HSV(B) 311.09º 0.53% 0.67% -
XYZ 25.8 16.87 32.91 -
YUV 116.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 172 80 155 0 0.53 0.10 0.33 311.09 0.37 0.49
Hex AC 50 9B 0 35 A 21 137 25 31
Octal 254 120 233 0 65 12 41 467 45 61
Binary 10101100 1010000 10011011 0 110101 1010 100001 100110111 100101 110001

Color Harmonies of #AC509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC509B

Black with #AC509B

Text Example


Text Example

White with #AC509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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