Html Css Color HEX #AF088C Medium Violet Red

📋 copy color: '#AF088C'

red 175 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #AF088C

Tints of Medium Violet Red #AF088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 54.18%
G = 2.48%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF088C (or 0xAF088C) is known color: Medium Violet Red. HEX triplet: AF, 08 and 8C. RGB value is (175,8,140). Sum of RGB (Red+Green+Blue) = 175+8+140=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF088C is #50F773. Grayscale: #484848. Windows color (decimal): -5306228 or 9177263. OLE color: 9177263.

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

Color convert

RGB 175 8 140 -
CMYK 0 0.95 0.2 0.31
HSL 312.57º 0.91% 0.36% -
HSV(B) 312.57º 0.95% 0.69% -
XYZ 22.5 11.18 25.78 -
YUV 72.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 175 8 140 0 0.95 0.2 0.31 312.57 0.91 0.36
Hex AF 8 8C 0 5F 14 1F 139 5B 24
Octal 257 10 214 0 137 24 37 471 133 44
Binary 10101111 1000 10001100 0 1011111 10100 11111 100111001 1011011 100100

Color Harmonies of #AF088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF088C

Black with #AF088C

Text Example


Text Example

White with #AF088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF088C; }

 p { color: rgb(175,8,140); }

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

background-color css

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

 a { background-color: rgb(175,8,140); }

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

border-color css

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

 span { border-color: rgb(175,8,140); }

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