Html Css Color HEX #AF099B Medium Violet Red

📋 copy color: '#AF099B'

red 175 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #AF099B

Tints of Medium Violet Red #AF099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 51.62%
G = 2.65%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF099B (or 0xAF099B) is known color: Medium Violet Red. HEX triplet: AF, 09 and 9B. RGB value is (175,9,155). Sum of RGB (Red+Green+Blue) = 175+9+155=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF099B is #50F664. Grayscale: #4A4A4A. Windows color (decimal): -5305957 or 10160559. OLE color: 10160559.

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

Color convert

RGB 175 9 155 -
CMYK 0 0.95 0.11 0.31
HSL 307.23º 0.9% 0.36% -
HSV(B) 307.23º 0.95% 0.69% -
XYZ 23.69 11.68 32.02 -
YUV 75.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 175 9 155 0 0.95 0.11 0.31 307.23 0.9 0.36
Hex AF 9 9B 0 5F B 1F 133 5A 24
Octal 257 11 233 0 137 13 37 463 132 44
Binary 10101111 1001 10011011 0 1011111 1011 11111 100110011 1011010 100100

Color Harmonies of #AF099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF099B

Black with #AF099B

Text Example


Text Example

White with #AF099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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