Html Css Color HEX #AF4282 Medium Red Violet

📋 copy color: '#AF4282'

red 175 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #AF4282

Tints of Medium Red Violet #AF4282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 47.17%
G = 17.79%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF4282 (or 0xAF4282) is known color: Medium Red Violet. HEX triplet: AF, 42 and 82. RGB value is (175,66,130). Sum of RGB (Red+Green+Blue) = 175+66+130=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4282 is #50BD7D. Grayscale: #696969. Windows color (decimal): -5291390 or 8536751. OLE color: 8536751.

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

Color convert

RGB 175 66 130 -
CMYK 0 0.62 0.26 0.31
HSL 324.77º 0.45% 0.47% -
HSV(B) 324.77º 0.62% 0.69% -
XYZ 23.66 14.62 22.69 -
YUV 105.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 175 66 130 0 0.62 0.26 0.31 324.77 0.45 0.47
Hex AF 42 82 0 3E 1A 1F 145 2D 2F
Octal 257 102 202 0 76 32 37 505 55 57
Binary 10101111 1000010 10000010 0 111110 11010 11111 101000101 101101 101111

Color Harmonies of #AF4282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4282

Black with #AF4282

Text Example


Text Example

White with #AF4282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4282; }

 p { color: rgb(175,66,130); }

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

background-color css

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

 a { background-color: rgb(175,66,130); }

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

border-color css

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

 span { border-color: rgb(175,66,130); }

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