Html Css Color HEX #AF068A Medium Violet Red

📋 copy color: '#AF068A'

red 175 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #AF068A

Tints of Medium Violet Red #AF068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 54.86%
G = 1.88%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF068A (or 0xAF068A) is known color: Medium Violet Red. HEX triplet: AF, 06 and 8A. RGB value is (175,6,138). Sum of RGB (Red+Green+Blue) = 175+6+138=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF068A is #50F975. Grayscale: #474747. Windows color (decimal): -5306742 or 9045679. OLE color: 9045679.

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

Color convert

RGB 175 6 138 -
CMYK 0 0.97 0.21 0.31
HSL 313.14º 0.93% 0.35% -
HSV(B) 313.14º 0.97% 0.69% -
XYZ 22.33 11.08 25.01 -
YUV 71.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 175 6 138 0 0.97 0.21 0.31 313.14 0.93 0.35
Hex AF 6 8A 0 61 15 1F 139 5D 23
Octal 257 6 212 0 141 25 37 471 135 43
Binary 10101111 110 10001010 0 1100001 10101 11111 100111001 1011101 100011

Color Harmonies of #AF068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF068A

Black with #AF068A

Text Example


Text Example

White with #AF068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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