Html Css Color HEX #AF0F9B Medium Violet Red

📋 copy color: '#AF0F9B'

red 175 ◦ green 15 ◦ blue 155

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

Shades of Medium Violet Red #AF0F9B

Tints of Medium Violet Red #AF0F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

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

R = 50.72%
G = 4.35%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF0F9B (or 0xAF0F9B) is known color: Medium Violet Red. HEX triplet: AF, 0F and 9B. RGB value is (175,15,155). Sum of RGB (Red+Green+Blue) = 175+15+155=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F9B is #50F064. Grayscale: #4E4E4E. Windows color (decimal): -5304421 or 10162095. OLE color: 10162095.

HSL color Cylindrical-coordinate representation of color #AF0F9B: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F9B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 155 -
CMYK 0 0.91 0.11 0.31
HSL 307.5º 0.84% 0.37% -
HSV(B) 307.5º 0.91% 0.69% -
XYZ 23.77 11.82 32.04 -
YUV 78.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 175 15 155 0 0.91 0.11 0.31 307.5 0.84 0.37
Hex AF F 9B 0 5B B 1F 134 54 25
Octal 257 17 233 0 133 13 37 464 124 45
Binary 10101111 1111 10011011 0 1011011 1011 11111 100110100 1010100 100101

Color Harmonies of #AF0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F9B

Black with #AF0F9B

Text Example


Text Example

White with #AF0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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