Html Css Color HEX #AF0388 Medium Violet Red

📋 copy color: '#AF0388'

red 175 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #AF0388

Tints of Medium Violet Red #AF0388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 55.73%
G = 0.96%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0388 (or 0xAF0388) is known color: Medium Violet Red. HEX triplet: AF, 03 and 88. RGB value is (175,3,136). Sum of RGB (Red+Green+Blue) = 175+3+136=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0388 is #50FC77. Grayscale: #454545. Windows color (decimal): -5307512 or 8913839. OLE color: 8913839.

HSL color Cylindrical-coordinate representation of color #AF0388: hue angle of 313.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0388 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 136 -
CMYK 0 0.98 0.22 0.31
HSL 313.6º 0.97% 0.35% -
HSV(B) 313.6º 0.98% 0.69% -
XYZ 22.16 10.96 24.24 -
YUV 69.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 175 3 136 0 0.98 0.22 0.31 313.6 0.97 0.35
Hex AF 3 88 0 62 16 1F 13A 61 23
Octal 257 3 210 0 142 26 37 472 141 43
Binary 10101111 11 10001000 0 1100010 10110 11111 100111010 1100001 100011

Color Harmonies of #AF0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0388

Black with #AF0388

Text Example


Text Example

White with #AF0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0388; }

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

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

background-color css

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

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

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

border-color css

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

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

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