Html Css Color HEX #AF088B Medium Violet Red

📋 copy color: '#AF088B'

red 175 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #AF088B

Tints of Medium Violet Red #AF088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 54.35%
G = 2.48%
B = 43.17%

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

#AF088B (or 0xAF088B) is known color: Medium Violet Red. HEX triplet: AF, 08 and 8B. RGB value is (175,8,139). Sum of RGB (Red+Green+Blue) = 175+8+139=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF088B is #50F774. Grayscale: #484848. Windows color (decimal): -5306229 or 9111727. OLE color: 9111727.

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

Color convert

RGB 175 8 139 -
CMYK 0 0.95 0.21 0.31
HSL 312.93º 0.91% 0.36% -
HSV(B) 312.93º 0.95% 0.69% -
XYZ 22.43 11.15 25.4 -
YUV 72.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 175 8 139 0 0.95 0.21 0.31 312.93 0.91 0.36
Hex AF 8 8B 0 5F 15 1F 139 5B 24
Octal 257 10 213 0 137 25 37 471 133 44
Binary 10101111 1000 10001011 0 1011111 10101 11111 100111001 1011011 100100

Color Harmonies of #AF088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF088B

Black with #AF088B

Text Example


Text Example

White with #AF088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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