Html Css Color HEX #AF0B88 Medium Violet Red

📋 copy color: '#AF0B88'

red 175 ◦ green 11 ◦ blue 136

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

Shades of Medium Violet Red #AF0B88

Tints of Medium Violet Red #AF0B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 54.35%
G = 3.42%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0B88 (or 0xAF0B88) is known color: Medium Violet Red. HEX triplet: AF, 0B and 88. RGB value is (175,11,136). Sum of RGB (Red+Green+Blue) = 175+11+136=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B88 is #50F477. Grayscale: #494949. Windows color (decimal): -5305464 or 8915887. OLE color: 8915887.

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

Color convert

RGB 175 11 136 -
CMYK 0 0.94 0.22 0.31
HSL 314.27º 0.88% 0.36% -
HSV(B) 314.27º 0.94% 0.69% -
XYZ 22.24 11.13 24.27 -
YUV 74.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 175 11 136 0 0.94 0.22 0.31 314.27 0.88 0.36
Hex AF B 88 0 5E 16 1F 13A 58 24
Octal 257 13 210 0 136 26 37 472 130 44
Binary 10101111 1011 10001000 0 1011110 10110 11111 100111010 1011000 100100

Color Harmonies of #AF0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B88

Black with #AF0B88

Text Example


Text Example

White with #AF0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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