Html Css Color HEX #AF088A Medium Violet Red

📋 copy color: '#AF088A'

red 175 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #AF088A

Tints of Medium Violet Red #AF088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 54.52%
G = 2.49%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF088A (or 0xAF088A) is known color: Medium Violet Red. HEX triplet: AF, 08 and 8A. RGB value is (175,8,138). Sum of RGB (Red+Green+Blue) = 175+8+138=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF088A is #50F775. Grayscale: #484848. Windows color (decimal): -5306230 or 9046191. OLE color: 9046191.

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

Color convert

RGB 175 8 138 -
CMYK 0 0.95 0.21 0.31
HSL 313.29º 0.91% 0.36% -
HSV(B) 313.29º 0.95% 0.69% -
XYZ 22.35 11.12 25.01 -
YUV 72.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 175 8 138 0 0.95 0.21 0.31 313.29 0.91 0.36
Hex AF 8 8A 0 5F 15 1F 139 5B 24
Octal 257 10 212 0 137 25 37 471 133 44
Binary 10101111 1000 10001010 0 1011111 10101 11111 100111001 1011011 100100

Color Harmonies of #AF088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF088A

Black with #AF088A

Text Example


Text Example

White with #AF088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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