Html Css Color HEX #AF50AC Violet Blue

📋 copy color: '#AF50AC'

red 175 ◦ green 80 ◦ blue 172

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

Shades of Violet Blue #AF50AC

Tints of Violet Blue #AF50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 40.98%
G = 18.74%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF50AC (or 0xAF50AC) is known color: Violet Blue. HEX triplet: AF, 50 and AC. RGB value is (175,80,172). Sum of RGB (Red+Green+Blue) = 175+80+172=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50AC is #50AF53. Grayscale: #767676. Windows color (decimal): -5287764 or 11292847. OLE color: 11292847.

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

Color convert

RGB 175 80 172 -
CMYK 0 0.54 0.02 0.31
HSL 301.89º 0.37% 0.5% -
HSV(B) 301.89º 0.54% 0.69% -
XYZ 27.99 17.83 41 -
YUV 118.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 175 80 172 0 0.54 0.02 0.31 301.89 0.37 0.5
Hex AF 50 AC 0 36 2 1F 12E 25 32
Octal 257 120 254 0 66 2 37 456 45 62
Binary 10101111 1010000 10101100 0 110110 10 11111 100101110 100101 110010

Color Harmonies of #AF50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50AC

Black with #AF50AC

Text Example


Text Example

White with #AF50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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