Html Css Color HEX #AF1088 Medium Violet Red

📋 copy color: '#AF1088'

red 175 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #AF1088

Tints of Medium Violet Red #AF1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

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

R = 53.52%
G = 4.89%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1088 (or 0xAF1088) is known color: Medium Violet Red. HEX triplet: AF, 10 and 88. RGB value is (175,16,136). Sum of RGB (Red+Green+Blue) = 175+16+136=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1088 is #50EF77. Grayscale: #4C4C4C. Windows color (decimal): -5304184 or 8917167. OLE color: 8917167.

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

Color convert

RGB 175 16 136 -
CMYK 0 0.91 0.22 0.31
HSL 314.72º 0.83% 0.37% -
HSV(B) 314.72º 0.91% 0.69% -
XYZ 22.31 11.26 24.29 -
YUV 77.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 175 16 136 0 0.91 0.22 0.31 314.72 0.83 0.37
Hex AF 10 88 0 5B 16 1F 13B 53 25
Octal 257 20 210 0 133 26 37 473 123 45
Binary 10101111 10000 10001000 0 1011011 10110 11111 100111011 1010011 100101

Color Harmonies of #AF1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1088

Black with #AF1088

Text Example


Text Example

White with #AF1088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1088; }

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

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

background-color css

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

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

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

border-color css

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

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

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