Html Css Color HEX #AF0690 Medium Violet Red

📋 copy color: '#AF0690'

red 175 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #AF0690

Tints of Medium Violet Red #AF0690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 53.85%
G = 1.85%
B = 44.31%

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

#AF0690 (or 0xAF0690) is known color: Medium Violet Red. HEX triplet: AF, 06 and 90. RGB value is (175,6,144). Sum of RGB (Red+Green+Blue) = 175+6+144=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0690 is #50F96F. Grayscale: #474747. Windows color (decimal): -5306736 or 9438895. OLE color: 9438895.

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

Color convert

RGB 175 6 144 -
CMYK 0 0.97 0.18 0.31
HSL 311.01º 0.93% 0.35% -
HSV(B) 311.01º 0.97% 0.69% -
XYZ 22.78 11.26 27.36 -
YUV 72.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 175 6 144 0 0.97 0.18 0.31 311.01 0.93 0.35
Hex AF 6 90 0 61 12 1F 137 5D 23
Octal 257 6 220 0 141 22 37 467 135 43
Binary 10101111 110 10010000 0 1100001 10010 11111 100110111 1011101 100011

Color Harmonies of #AF0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0690

Black with #AF0690

Text Example


Text Example

White with #AF0690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0690; }

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

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

background-color css

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

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

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

border-color css

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

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

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