Html Css Color HEX #AF0382 Medium Violet Red

📋 copy color: '#AF0382'

red 175 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #AF0382

Tints of Medium Violet Red #AF0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 56.82%
G = 0.97%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF0382 (or 0xAF0382) is known color: Medium Violet Red. HEX triplet: AF, 03 and 82. RGB value is (175,3,130). Sum of RGB (Red+Green+Blue) = 175+3+130=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0382 is #50FC7D. Grayscale: #444444. Windows color (decimal): -5307518 or 8520623. OLE color: 8520623.

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

Color convert

RGB 175 3 130 -
CMYK 0 0.98 0.26 0.31
HSL 315.7º 0.97% 0.35% -
HSV(B) 315.7º 0.98% 0.69% -
XYZ 21.74 10.79 22.06 -
YUV 68.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 175 3 130 0 0.98 0.26 0.31 315.7 0.97 0.35
Hex AF 3 82 0 62 1A 1F 13C 61 23
Octal 257 3 202 0 142 32 37 474 141 43
Binary 10101111 11 10000010 0 1100010 11010 11111 100111100 1100001 100011

Color Harmonies of #AF0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0382

Black with #AF0382

Text Example


Text Example

White with #AF0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0382; }

 p { color: rgb(175,3,130); }

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

background-color css

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

 a { background-color: rgb(175,3,130); }

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

border-color css

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

 span { border-color: rgb(175,3,130); }

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