Html Css Color HEX #AC57B1 Violet Blue

📋 copy color: '#AC57B1'

red 172 ◦ green 87 ◦ blue 177

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

Shades of Violet Blue #AC57B1

Tints of Violet Blue #AC57B1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.95%

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 39.45%
G = 19.95%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC57B1 (or 0xAC57B1) is known color: Violet Blue. HEX triplet: AC, 57 and B1. RGB value is (172,87,177). Sum of RGB (Red+Green+Blue) = 172+87+177=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57B1 is #53A84E. Grayscale: #7A7A7A. Windows color (decimal): -5482575 or 11622316. OLE color: 11622316.

HSL color Cylindrical-coordinate representation of color #AC57B1: hue angle of 296.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC57B1 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 87 177 -
CMYK 0.03 0.51 0 0.31
HSL 296.67º 0.37% 0.52% -
HSV(B) 296.67º 0.51% 0.69% -
XYZ 28.36 18.76 43.72 -
YUV 122.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 172 87 177 0.03 0.51 0 0.31 296.67 0.37 0.52
Hex AC 57 B1 3 33 0 1F 129 25 34
Octal 254 127 261 3 63 0 37 451 45 64
Binary 10101100 1010111 10110001 11 110011 0 11111 100101001 100101 110100

Color Harmonies of #AC57B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57B1

Black with #AC57B1

Text Example


Text Example

White with #AC57B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57B1; }

 p { color: rgb(172,87,177); }

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

background-color css

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

 a { background-color: rgb(172,87,177); }

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

border-color css

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

 span { border-color: rgb(172,87,177); }

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