Html Css Color HEX #AF088E Medium Violet Red

📋 copy color: '#AF088E'

red 175 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #AF088E

Tints of Medium Violet Red #AF088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 53.85%
G = 2.46%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF088E (or 0xAF088E) is known color: Medium Violet Red. HEX triplet: AF, 08 and 8E. RGB value is (175,8,142). Sum of RGB (Red+Green+Blue) = 175+8+142=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF088E is #50F771. Grayscale: #484848. Windows color (decimal): -5306226 or 9308335. OLE color: 9308335.

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

Color convert

RGB 175 8 142 -
CMYK 0 0.95 0.19 0.31
HSL 311.86º 0.91% 0.36% -
HSV(B) 311.86º 0.95% 0.69% -
XYZ 22.65 11.24 26.57 -
YUV 73.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 175 8 142 0 0.95 0.19 0.31 311.86 0.91 0.36
Hex AF 8 8E 0 5F 13 1F 138 5B 24
Octal 257 10 216 0 137 23 37 470 133 44
Binary 10101111 1000 10001110 0 1011111 10011 11111 100111000 1011011 100100

Color Harmonies of #AF088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF088E

Black with #AF088E

Text Example


Text Example

White with #AF088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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