Html Css Color HEX #AF0286 Medium Violet Red

📋 copy color: '#AF0286'

red 175 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #AF0286

Tints of Medium Violet Red #AF0286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 56.27%
G = 0.64%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0286 (or 0xAF0286) is known color: Medium Violet Red. HEX triplet: AF, 02 and 86. RGB value is (175,2,134). Sum of RGB (Red+Green+Blue) = 175+2+134=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0286 is #50FD79. Grayscale: #444444. Windows color (decimal): -5307770 or 8782511. OLE color: 8782511.

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

Color convert

RGB 175 2 134 -
CMYK 0 0.99 0.23 0.31
HSL 314.22º 0.98% 0.35% -
HSV(B) 314.22º 0.99% 0.69% -
XYZ 22 10.88 23.49 -
YUV 68.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 175 2 134 0 0.99 0.23 0.31 314.22 0.98 0.35
Hex AF 2 86 0 63 17 1F 13A 62 23
Octal 257 2 206 0 143 27 37 472 142 43
Binary 10101111 10 10000110 0 1100011 10111 11111 100111010 1100010 100011

Color Harmonies of #AF0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0286

Black with #AF0286

Text Example


Text Example

White with #AF0286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0286; }

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

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

background-color css

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

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

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

border-color css

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

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

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