Html Css Color HEX #AF0994 Medium Violet Red

📋 copy color: '#AF0994'

red 175 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #AF0994

Tints of Medium Violet Red #AF0994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 52.71%
G = 2.71%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0994 (or 0xAF0994) is known color: Medium Violet Red. HEX triplet: AF, 09 and 94. RGB value is (175,9,148). Sum of RGB (Red+Green+Blue) = 175+9+148=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0994 is #50F66B. Grayscale: #4A4A4A. Windows color (decimal): -5305964 or 9701807. OLE color: 9701807.

HSL color Cylindrical-coordinate representation of color #AF0994: hue angle of 309.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0994 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 148 -
CMYK 0 0.95 0.15 0.31
HSL 309.76º 0.9% 0.36% -
HSV(B) 309.76º 0.95% 0.69% -
XYZ 23.12 11.45 29.01 -
YUV 74.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 175 9 148 0 0.95 0.15 0.31 309.76 0.9 0.36
Hex AF 9 94 0 5F F 1F 136 5A 24
Octal 257 11 224 0 137 17 37 466 132 44
Binary 10101111 1001 10010100 0 1011111 1111 11111 100110110 1011010 100100

Color Harmonies of #AF0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0994

Black with #AF0994

Text Example


Text Example

White with #AF0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0994; }

 p { color: rgb(175,9,148); }

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

background-color css

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

 a { background-color: rgb(175,9,148); }

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

border-color css

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

 span { border-color: rgb(175,9,148); }

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