Html Css Color HEX #AF068F Medium Violet Red

📋 copy color: '#AF068F'

red 175 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #AF068F

Tints of Medium Violet Red #AF068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 54.01%
G = 1.85%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF068F (or 0xAF068F) is known color: Medium Violet Red. HEX triplet: AF, 06 and 8F. RGB value is (175,6,143). Sum of RGB (Red+Green+Blue) = 175+6+143=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF068F is #50F970. Grayscale: #474747. Windows color (decimal): -5306737 or 9373359. OLE color: 9373359.

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

Color convert

RGB 175 6 143 -
CMYK 0 0.97 0.18 0.31
HSL 311.36º 0.93% 0.35% -
HSV(B) 311.36º 0.97% 0.69% -
XYZ 22.7 11.23 26.96 -
YUV 72.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 175 6 143 0 0.97 0.18 0.31 311.36 0.93 0.35
Hex AF 6 8F 0 61 12 1F 137 5D 23
Octal 257 6 217 0 141 22 37 467 135 43
Binary 10101111 110 10001111 0 1100001 10010 11111 100110111 1011101 100011

Color Harmonies of #AF068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF068F

Black with #AF068F

Text Example


Text Example

White with #AF068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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