Html Css Color HEX #AF068C Medium Violet Red

📋 copy color: '#AF068C'

red 175 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #AF068C

Tints of Medium Violet Red #AF068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 54.52%
G = 1.87%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF068C (or 0xAF068C) is known color: Medium Violet Red. HEX triplet: AF, 06 and 8C. RGB value is (175,6,140). Sum of RGB (Red+Green+Blue) = 175+6+140=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF068C is #50F973. Grayscale: #474747. Windows color (decimal): -5306740 or 9176751. OLE color: 9176751.

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

Color convert

RGB 175 6 140 -
CMYK 0 0.97 0.2 0.31
HSL 312.43º 0.93% 0.35% -
HSV(B) 312.43º 0.97% 0.69% -
XYZ 22.48 11.14 25.78 -
YUV 71.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 175 6 140 0 0.97 0.2 0.31 312.43 0.93 0.35
Hex AF 6 8C 0 61 14 1F 138 5D 23
Octal 257 6 214 0 141 24 37 470 135 43
Binary 10101111 110 10001100 0 1100001 10100 11111 100111000 1011101 100011

Color Harmonies of #AF068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF068C

Black with #AF068C

Text Example


Text Example

White with #AF068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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