Html Css Color HEX #AF077B Medium Violet Red

📋 copy color: '#AF077B'

red 175 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #AF077B

Tints of Medium Violet Red #AF077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 57.38%
G = 2.3%
B = 40.33%

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

#AF077B (or 0xAF077B) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7B. RGB value is (175,7,123). Sum of RGB (Red+Green+Blue) = 175+7+123=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077B is #50F884. Grayscale: #464646. Windows color (decimal): -5306501 or 8062895. OLE color: 8062895.

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

Color convert

RGB 175 7 123 -
CMYK 0 0.96 0.30 0.31
HSL 318.57º 0.92% 0.36% -
HSV(B) 318.57º 0.96% 0.69% -
XYZ 21.33 10.7 19.68 -
YUV 70.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 175 7 123 0 0.96 0.30 0.31 318.57 0.92 0.36
Hex AF 7 7B 0 60 1E 1F 13F 5C 24
Octal 257 7 173 0 140 36 37 477 134 44
Binary 10101111 111 1111011 0 1100000 11110 11111 100111111 1011100 100100

Color Harmonies of #AF077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF077B

Black with #AF077B

Text Example


Text Example

White with #AF077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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