Html Css Color HEX #AF15A2 Medium Violet Red

📋 copy color: '#AF15A2'

red 175 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #AF15A2

Tints of Medium Violet Red #AF15A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 48.88%
G = 5.87%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF15A2 (or 0xAF15A2) is known color: Medium Violet Red. HEX triplet: AF, 15 and A2. RGB value is (175,21,162). Sum of RGB (Red+Green+Blue) = 175+21+162=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15A2 is #50EA5D. Grayscale: #525252. Windows color (decimal): -5302878 or 10622383. OLE color: 10622383.

HSL color Cylindrical-coordinate representation of color #AF15A2: hue angle of 305.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15A2 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 162 -
CMYK 0 0.88 0.07 0.31
HSL 305.06º 0.79% 0.38% -
HSV(B) 305.06º 0.88% 0.69% -
XYZ 24.47 12.26 35.26 -
YUV 83.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 175 21 162 0 0.88 0.07 0.31 305.06 0.79 0.38
Hex AF 15 A2 0 58 7 1F 131 4F 26
Octal 257 25 242 0 130 7 37 461 117 46
Binary 10101111 10101 10100010 0 1011000 111 11111 100110001 1001111 100110

Color Harmonies of #AF15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15A2

Black with #AF15A2

Text Example


Text Example

White with #AF15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15A2; }

 p { color: rgb(175,21,162); }

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

background-color css

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

 a { background-color: rgb(175,21,162); }

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

border-color css

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

 span { border-color: rgb(175,21,162); }

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