Html Css Color HEX #AF0281 Medium Violet Red

📋 copy color: '#AF0281'

red 175 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #AF0281

Tints of Medium Violet Red #AF0281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 57.19%
G = 0.65%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF0281 (or 0xAF0281) is known color: Medium Violet Red. HEX triplet: AF, 02 and 81. RGB value is (175,2,129). Sum of RGB (Red+Green+Blue) = 175+2+129=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0281 is #50FD7E. Grayscale: #434343. Windows color (decimal): -5307775 or 8454831. OLE color: 8454831.

HSL color Cylindrical-coordinate representation of color #AF0281: hue angle of 315.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0281 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 129 -
CMYK 0 0.99 0.26 0.31
HSL 315.95º 0.98% 0.35% -
HSV(B) 315.95º 0.99% 0.69% -
XYZ 21.66 10.74 21.7 -
YUV 68.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 175 2 129 0 0.99 0.26 0.31 315.95 0.98 0.35
Hex AF 2 81 0 63 1A 1F 13C 62 23
Octal 257 2 201 0 143 32 37 474 142 43
Binary 10101111 10 10000001 0 1100011 11010 11111 100111100 1100010 100011

Color Harmonies of #AF0281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0281

Black with #AF0281

Text Example


Text Example

White with #AF0281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0281; }

 p { color: rgb(175,2,129); }

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

background-color css

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

 a { background-color: rgb(175,2,129); }

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

border-color css

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

 span { border-color: rgb(175,2,129); }

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