Html Css Color HEX #AF0284 Medium Violet Red

📋 copy color: '#AF0284'

red 175 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #AF0284

Tints of Medium Violet Red #AF0284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 56.63%
G = 0.65%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0284 (or 0xAF0284) is known color: Medium Violet Red. HEX triplet: AF, 02 and 84. RGB value is (175,2,132). Sum of RGB (Red+Green+Blue) = 175+2+132=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0284 is #50FD7B. Grayscale: #444444. Windows color (decimal): -5307772 or 8651439. OLE color: 8651439.

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

Color convert

RGB 175 2 132 -
CMYK 0 0.99 0.25 0.31
HSL 314.91º 0.98% 0.35% -
HSV(B) 314.91º 0.99% 0.69% -
XYZ 21.87 10.82 22.77 -
YUV 68.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 175 2 132 0 0.99 0.25 0.31 314.91 0.98 0.35
Hex AF 2 84 0 63 19 1F 13B 62 23
Octal 257 2 204 0 143 31 37 473 142 43
Binary 10101111 10 10000100 0 1100011 11001 11111 100111011 1100010 100011

Color Harmonies of #AF0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0284

Black with #AF0284

Text Example


Text Example

White with #AF0284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0284; }

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

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

background-color css

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

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

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

border-color css

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

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

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