Html Css Color HEX #AC5B9D Violet Blue

📋 copy color: '#AC5B9D'

red 172 ◦ green 91 ◦ blue 157

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

Shades of Violet Blue #AC5B9D

Tints of Violet Blue #AC5B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 40.95%
G = 21.67%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC5B9D (or 0xAC5B9D) is known color: Violet Blue. HEX triplet: AC, 5B and 9D. RGB value is (172,91,157). Sum of RGB (Red+Green+Blue) = 172+91+157=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B9D is #53A462. Grayscale: #7A7A7A. Windows color (decimal): -5481571 or 10312620. OLE color: 10312620.

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

Color convert

RGB 172 91 157 -
CMYK 0 0.47 0.09 0.33
HSL 311.11º 0.33% 0.52% -
HSV(B) 311.11º 0.47% 0.67% -
XYZ 26.84 18.69 34.09 -
YUV 122.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 172 91 157 0 0.47 0.09 0.33 311.11 0.33 0.52
Hex AC 5B 9D 0 2F 9 21 137 21 34
Octal 254 133 235 0 57 11 41 467 41 64
Binary 10101100 1011011 10011101 0 101111 1001 100001 100110111 100001 110100

Color Harmonies of #AC5B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B9D

Black with #AC5B9D

Text Example


Text Example

White with #AC5B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B9D; }

 p { color: rgb(172,91,157); }

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

background-color css

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

 a { background-color: rgb(172,91,157); }

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

border-color css

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

 span { border-color: rgb(172,91,157); }

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