Html Css Color HEX #AC53AF Violet Blue

📋 copy color: '#AC53AF'

red 172 ◦ green 83 ◦ blue 175

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

Shades of Violet Blue #AC53AF

Tints of Violet Blue #AC53AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 40%
G = 19.3%
B = 40.7%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC53AF (or 0xAC53AF) is known color: Violet Blue. HEX triplet: AC, 53 and AF. RGB value is (172,83,175). Sum of RGB (Red+Green+Blue) = 172+83+175=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC53AF is #53AC50. Grayscale: #777777. Windows color (decimal): -5483601 or 11490220. OLE color: 11490220.

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

Color convert

RGB 172 83 175 -
CMYK 0.02 0.53 0 0.31
HSL 298.04º 0.37% 0.51% -
HSV(B) 298.04º 0.53% 0.69% -
XYZ 27.84 18.05 42.57 -
YUV 120.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 172 83 175 0.02 0.53 0 0.31 298.04 0.37 0.51
Hex AC 53 AF 2 35 0 1F 12A 25 33
Octal 254 123 257 2 65 0 37 452 45 63
Binary 10101100 1010011 10101111 10 110101 0 11111 100101010 100101 110011

Color Harmonies of #AC53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53AF

Black with #AC53AF

Text Example


Text Example

White with #AC53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53AF; }

 p { color: rgb(172,83,175); }

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

background-color css

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

 a { background-color: rgb(172,83,175); }

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

border-color css

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

 span { border-color: rgb(172,83,175); }

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