Html Css Color HEX #AF077E Medium Violet Red

📋 copy color: '#AF077E'

red 175 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #AF077E

Tints of Medium Violet Red #AF077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 56.82%
G = 2.27%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF077E (or 0xAF077E) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7E. RGB value is (175,7,126). Sum of RGB (Red+Green+Blue) = 175+7+126=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077E is #50F881. Grayscale: #464646. Windows color (decimal): -5306498 or 8259503. OLE color: 8259503.

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

Color convert

RGB 175 7 126 -
CMYK 0 0.96 0.28 0.31
HSL 317.5º 0.92% 0.36% -
HSV(B) 317.5º 0.96% 0.69% -
XYZ 21.52 10.77 20.68 -
YUV 70.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 175 7 126 0 0.96 0.28 0.31 317.5 0.92 0.36
Hex AF 7 7E 0 60 1C 1F 13E 5C 24
Octal 257 7 176 0 140 34 37 476 134 44
Binary 10101111 111 1111110 0 1100000 11100 11111 100111110 1011100 100100

Color Harmonies of #AF077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF077E

Black with #AF077E

Text Example


Text Example

White with #AF077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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