Html Css Color HEX #AF099A Medium Violet Red

📋 copy color: '#AF099A'

red 175 ◦ green 9 ◦ blue 154

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

Shades of Medium Violet Red #AF099A

Tints of Medium Violet Red #AF099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 51.78%
G = 2.66%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF099A (or 0xAF099A) is known color: Medium Violet Red. HEX triplet: AF, 09 and 9A. RGB value is (175,9,154). Sum of RGB (Red+Green+Blue) = 175+9+154=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF099A is #50F665. Grayscale: #4A4A4A. Windows color (decimal): -5305958 or 10095023. OLE color: 10095023.

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

Color convert

RGB 175 9 154 -
CMYK 0 0.95 0.12 0.31
HSL 307.59º 0.9% 0.36% -
HSV(B) 307.59º 0.95% 0.69% -
XYZ 23.61 11.64 31.57 -
YUV 75.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 175 9 154 0 0.95 0.12 0.31 307.59 0.9 0.36
Hex AF 9 9A 0 5F C 1F 134 5A 24
Octal 257 11 232 0 137 14 37 464 132 44
Binary 10101111 1001 10011010 0 1011111 1100 11111 100110100 1011010 100100

Color Harmonies of #AF099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF099A

Black with #AF099A

Text Example


Text Example

White with #AF099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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