Html Css Color HEX #AF4088 Medium Red Violet

📋 copy color: '#AF4088'

red 175 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #AF4088

Tints of Medium Red Violet #AF4088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 46.67%
G = 17.07%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF4088 (or 0xAF4088) is known color: Medium Red Violet. HEX triplet: AF, 40 and 88. RGB value is (175,64,136). Sum of RGB (Red+Green+Blue) = 175+64+136=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4088 is #50BF77. Grayscale: #696969. Windows color (decimal): -5291896 or 8929455. OLE color: 8929455.

HSL color Cylindrical-coordinate representation of color #AF4088: hue angle of 321.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4088 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 136 -
CMYK 0 0.63 0.22 0.31
HSL 321.08º 0.46% 0.47% -
HSV(B) 321.08º 0.63% 0.69% -
XYZ 23.96 14.56 24.84 -
YUV 105.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 175 64 136 0 0.63 0.22 0.31 321.08 0.46 0.47
Hex AF 40 88 0 3F 16 1F 141 2E 2F
Octal 257 100 210 0 77 26 37 501 56 57
Binary 10101111 1000000 10001000 0 111111 10110 11111 101000001 101110 101111

Color Harmonies of #AF4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4088

Black with #AF4088

Text Example


Text Example

White with #AF4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4088; }

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

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

background-color css

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

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

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

border-color css

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

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

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