Html Css Color HEX #AF077D Medium Violet Red

📋 copy color: '#AF077D'

red 175 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #AF077D

Tints of Medium Violet Red #AF077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 57%
G = 2.28%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF077D (or 0xAF077D) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7D. RGB value is (175,7,125). Sum of RGB (Red+Green+Blue) = 175+7+125=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077D is #50F882. Grayscale: #464646. Windows color (decimal): -5306499 or 8193967. OLE color: 8193967.

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

Color convert

RGB 175 7 125 -
CMYK 0 0.96 0.29 0.31
HSL 317.86º 0.92% 0.36% -
HSV(B) 317.86º 0.96% 0.69% -
XYZ 21.46 10.75 20.35 -
YUV 70.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 175 7 125 0 0.96 0.29 0.31 317.86 0.92 0.36
Hex AF 7 7D 0 60 1D 1F 13E 5C 24
Octal 257 7 175 0 140 35 37 476 134 44
Binary 10101111 111 1111101 0 1100000 11101 11111 100111110 1011100 100100

Color Harmonies of #AF077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF077D

Black with #AF077D

Text Example


Text Example

White with #AF077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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