Html Css Color HEX #AF3DA0 Medium Red Violet

📋 copy color: '#AF3DA0'

red 175 ◦ green 61 ◦ blue 160

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

Shades of Medium Red Violet #AF3DA0

Tints of Medium Red Violet #AF3DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 44.19%
G = 15.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF3DA0 (or 0xAF3DA0) is known color: Medium Red Violet. HEX triplet: AF, 3D and A0. RGB value is (175,61,160). Sum of RGB (Red+Green+Blue) = 175+61+160=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DA0 is #50C25F. Grayscale: #6A6A6A. Windows color (decimal): -5292640 or 10501551. OLE color: 10501551.

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

Color convert

RGB 175 61 160 -
CMYK 0 0.65 0.09 0.31
HSL 307.89º 0.48% 0.46% -
HSV(B) 307.89º 0.65% 0.69% -
XYZ 25.69 14.99 34.8 -
YUV 106.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 175 61 160 0 0.65 0.09 0.31 307.89 0.48 0.46
Hex AF 3D A0 0 41 9 1F 134 30 2E
Octal 257 75 240 0 101 11 37 464 60 56
Binary 10101111 111101 10100000 0 1000001 1001 11111 100110100 110000 101110

Color Harmonies of #AF3DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DA0

Black with #AF3DA0

Text Example


Text Example

White with #AF3DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DA0; }

 p { color: rgb(175,61,160); }

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

background-color css

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

 a { background-color: rgb(175,61,160); }

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

border-color css

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

 span { border-color: rgb(175,61,160); }

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