Html Css Color HEX #AF50AA Violet Blue

📋 copy color: '#AF50AA'

red 175 ◦ green 80 ◦ blue 170

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

Shades of Violet Blue #AF50AA

Tints of Violet Blue #AF50AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 41.18%
G = 18.82%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF50AA (or 0xAF50AA) is known color: Violet Blue. HEX triplet: AF, 50 and AA. RGB value is (175,80,170). Sum of RGB (Red+Green+Blue) = 175+80+170=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50AA is #50AF55. Grayscale: #767676. Windows color (decimal): -5287766 or 11161775. OLE color: 11161775.

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

Color convert

RGB 175 80 170 -
CMYK 0 0.54 0.03 0.31
HSL 303.16º 0.37% 0.5% -
HSV(B) 303.16º 0.54% 0.69% -
XYZ 27.8 17.75 39.99 -
YUV 118.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 175 80 170 0 0.54 0.03 0.31 303.16 0.37 0.5
Hex AF 50 AA 0 36 3 1F 12F 25 32
Octal 257 120 252 0 66 3 37 457 45 62
Binary 10101111 1010000 10101010 0 110110 11 11111 100101111 100101 110010

Color Harmonies of #AF50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50AA

Black with #AF50AA

Text Example


Text Example

White with #AF50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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