Html Css Color HEX #AF53AC Violet Blue

📋 copy color: '#AF53AC'

red 175 ◦ green 83 ◦ blue 172

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

Shades of Violet Blue #AF53AC

Tints of Violet Blue #AF53AC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AF53AC: hue angle of 301.96º 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 #AF53AC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 172 -
CMYK 0 0.53 0.02 0.31
HSL 301.96º 0.37% 0.51% -
HSV(B) 301.96º 0.53% 0.69% -
XYZ 28.22 18.28 41.07 -
YUV 120.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 175 83 172 0 0.53 0.02 0.31 301.96 0.37 0.51
Hex AF 53 AC 0 35 2 1F 12E 25 33
Octal 257 123 254 0 65 2 37 456 45 63
Binary 10101111 1010011 10101100 0 110101 10 11111 100101110 100101 110011

Color Harmonies of #AF53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53AC

Black with #AF53AC

Text Example


Text Example

White with #AF53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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