Html Css Color HEX #AC5DA0 Violet Blue

📋 copy color: '#AC5DA0'

red 172 ◦ green 93 ◦ blue 160

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

Shades of Violet Blue #AC5DA0

Tints of Violet Blue #AC5DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 40.47%
G = 21.88%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC5DA0 (or 0xAC5DA0) is known color: Violet Blue. HEX triplet: AC, 5D and A0. RGB value is (172,93,160). Sum of RGB (Red+Green+Blue) = 172+93+160=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5DA0 is #53A25F. Grayscale: #7C7C7C. Windows color (decimal): -5481056 or 10509740. OLE color: 10509740.

HSL color Cylindrical-coordinate representation of color #AC5DA0: hue angle of 309.11º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5DA0 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 160 -
CMYK 0 0.46 0.07 0.33
HSL 309.11º 0.32% 0.52% -
HSV(B) 309.11º 0.46% 0.67% -
XYZ 27.27 19.14 35.51 -
YUV 124.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 172 93 160 0 0.46 0.07 0.33 309.11 0.32 0.52
Hex AC 5D A0 0 2E 7 21 135 20 34
Octal 254 135 240 0 56 7 41 465 40 64
Binary 10101100 1011101 10100000 0 101110 111 100001 100110101 100000 110100

Color Harmonies of #AC5DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DA0

Black with #AC5DA0

Text Example


Text Example

White with #AC5DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DA0; }

 p { color: rgb(172,93,160); }

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

background-color css

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

 a { background-color: rgb(172,93,160); }

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

border-color css

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

 span { border-color: rgb(172,93,160); }

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