Html Css Color HEX #AF0B9B Medium Violet Red

📋 copy color: '#AF0B9B'

red 175 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #AF0B9B

Tints of Medium Violet Red #AF0B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.23%

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

R = 51.32%
G = 3.23%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF0B9B (or 0xAF0B9B) is known color: Medium Violet Red. HEX triplet: AF, 0B and 9B. RGB value is (175,11,155). Sum of RGB (Red+Green+Blue) = 175+11+155=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B9B is #50F464. Grayscale: #4C4C4C. Windows color (decimal): -5305445 or 10161071. OLE color: 10161071.

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

Color convert

RGB 175 11 155 -
CMYK 0 0.94 0.11 0.31
HSL 307.32º 0.88% 0.36% -
HSV(B) 307.32º 0.94% 0.69% -
XYZ 23.72 11.72 32.02 -
YUV 76.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 175 11 155 0 0.94 0.11 0.31 307.32 0.88 0.36
Hex AF B 9B 0 5E B 1F 133 58 24
Octal 257 13 233 0 136 13 37 463 130 44
Binary 10101111 1011 10011011 0 1011110 1011 11111 100110011 1011000 100100

Color Harmonies of #AF0B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B9B

Black with #AF0B9B

Text Example


Text Example

White with #AF0B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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