Html Css Color HEX #AF0B7D Medium Violet Red

📋 copy color: '#AF0B7D'

red 175 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #AF0B7D

Tints of Medium Violet Red #AF0B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 56.27%
G = 3.54%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF0B7D (or 0xAF0B7D) is known color: Medium Violet Red. HEX triplet: AF, 0B and 7D. RGB value is (175,11,125). Sum of RGB (Red+Green+Blue) = 175+11+125=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B7D is #50F482. Grayscale: #484848. Windows color (decimal): -5305475 or 8194991. OLE color: 8194991.

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

Color convert

RGB 175 11 125 -
CMYK 0 0.94 0.29 0.31
HSL 318.29º 0.88% 0.36% -
HSV(B) 318.29º 0.94% 0.69% -
XYZ 21.5 10.83 20.36 -
YUV 73.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 175 11 125 0 0.94 0.29 0.31 318.29 0.88 0.36
Hex AF B 7D 0 5E 1D 1F 13E 58 24
Octal 257 13 175 0 136 35 37 476 130 44
Binary 10101111 1011 1111101 0 1011110 11101 11111 100111110 1011000 100100

Color Harmonies of #AF0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B7D

Black with #AF0B7D

Text Example


Text Example

White with #AF0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B7D; }

 p { color: rgb(175,11,125); }

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

background-color css

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

 a { background-color: rgb(175,11,125); }

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

border-color css

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

 span { border-color: rgb(175,11,125); }

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