Html Css Color HEX #AF077A Medium Violet Red

📋 copy color: '#AF077A'

red 175 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #AF077A

Tints of Medium Violet Red #AF077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 57.57%
G = 2.3%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF077A (or 0xAF077A) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7A. RGB value is (175,7,122). Sum of RGB (Red+Green+Blue) = 175+7+122=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077A is #50F885. Grayscale: #464646. Windows color (decimal): -5306502 or 7997359. OLE color: 7997359.

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

Color convert

RGB 175 7 122 -
CMYK 0 0.96 0.30 0.31
HSL 318.93º 0.92% 0.36% -
HSV(B) 318.93º 0.96% 0.69% -
XYZ 21.27 10.67 19.35 -
YUV 70.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 175 7 122 0 0.96 0.30 0.31 318.93 0.92 0.36
Hex AF 7 7A 0 60 1E 1F 13F 5C 24
Octal 257 7 172 0 140 36 37 477 134 44
Binary 10101111 111 1111010 0 1100000 11110 11111 100111111 1011100 100100

Color Harmonies of #AF077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF077A

Black with #AF077A

Text Example


Text Example

White with #AF077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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