Html Css Color HEX #AF50D1 Medium Orchid

📋 copy color: '#AF50D1'

red 175 ◦ green 80 ◦ blue 209

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

Shades of Medium Orchid #AF50D1

Tints of Medium Orchid #AF50D1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 37.72%
G = 17.24%
B = 45.04%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF50D1 (or 0xAF50D1) is known color: Medium Orchid. HEX triplet: AF, 50 and D1. RGB value is (175,80,209). Sum of RGB (Red+Green+Blue) = 175+80+209=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF50D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50D1 is #50AF2E. Grayscale: #7A7A7A. Windows color (decimal): -5287727 or 13717679. OLE color: 13717679.

HSL color Cylindrical-coordinate representation of color #AF50D1: hue angle of 284.19º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF50D1 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 80 209 -
CMYK 0.16 0.62 0 0.18
HSL 284.19º 0.58% 0.57% -
HSV(B) 284.19º 0.62% 0.82% -
XYZ 32.06 19.45 62.39 -
YUV 123.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 175 80 209 0.16 0.62 0 0.18 284.19 0.58 0.57
Hex AF 50 D1 10 3E 0 12 11C 3A 39
Octal 257 120 321 20 76 0 22 434 72 71
Binary 10101111 1010000 11010001 10000 111110 0 10010 100011100 111010 111001

Color Harmonies of #AF50D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50D1

Black with #AF50D1

Text Example


Text Example

White with #AF50D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50D1; }

 p { color: rgb(175,80,209); }

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

background-color css

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

 a { background-color: rgb(175,80,209); }

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

border-color css

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

 span { border-color: rgb(175,80,209); }

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