Html Css Color HEX #AF067E Medium Violet Red

📋 copy color: '#AF067E'

red 175 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #AF067E

Tints of Medium Violet Red #AF067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 57%
G = 1.95%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF067E (or 0xAF067E) is known color: Medium Violet Red. HEX triplet: AF, 06 and 7E. RGB value is (175,6,126). Sum of RGB (Red+Green+Blue) = 175+6+126=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF067E is #50F981. Grayscale: #454545. Windows color (decimal): -5306754 or 8259247. OLE color: 8259247.

HSL color Cylindrical-coordinate representation of color #AF067E: hue angle of 317.4º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF067E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 126 -
CMYK 0 0.97 0.28 0.31
HSL 317.4º 0.93% 0.35% -
HSV(B) 317.4º 0.97% 0.69% -
XYZ 21.51 10.75 20.68 -
YUV 70.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 175 6 126 0 0.97 0.28 0.31 317.4 0.93 0.35
Hex AF 6 7E 0 61 1C 1F 13D 5D 23
Octal 257 6 176 0 141 34 37 475 135 43
Binary 10101111 110 1111110 0 1100001 11100 11111 100111101 1011101 100011

Color Harmonies of #AF067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF067E

Black with #AF067E

Text Example


Text Example

White with #AF067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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