Html Css Color HEX #AF50D2 Medium Orchid

📋 copy color: '#AF50D2'

red 175 ◦ green 80 ◦ blue 210

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

Shades of Medium Orchid #AF50D2

Tints of Medium Orchid #AF50D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 37.63%
G = 17.2%
B = 45.16%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF50D2 (or 0xAF50D2) is known color: Medium Orchid. HEX triplet: AF, 50 and D2. RGB value is (175,80,210). Sum of RGB (Red+Green+Blue) = 175+80+210=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF50D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50D2 is #50AF2D. Grayscale: #7A7A7A. Windows color (decimal): -5287726 or 13783215. OLE color: 13783215.

HSL color Cylindrical-coordinate representation of color #AF50D2: hue angle of 283.85º degrees, saturation: 0.59, 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 #AF50D2 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 80 210 -
CMYK 0.17 0.62 0 0.18
HSL 283.85º 0.59% 0.57% -
HSV(B) 283.85º 0.62% 0.82% -
XYZ 32.18 19.5 63.04 -
YUV 123.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 175 80 210 0.17 0.62 0 0.18 283.85 0.59 0.57
Hex AF 50 D2 11 3E 0 12 11C 3B 39
Octal 257 120 322 21 76 0 22 434 73 71
Binary 10101111 1010000 11010010 10001 111110 0 10010 100011100 111011 111001

Color Harmonies of #AF50D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50D2

Black with #AF50D2

Text Example


Text Example

White with #AF50D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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