Html Css Color HEX #AF50D0 Medium Orchid

📋 copy color: '#AF50D0'

red 175 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #AF50D0

Tints of Medium Orchid #AF50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 37.8%
G = 17.28%
B = 44.92%

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

#AF50D0 (or 0xAF50D0) is known color: Medium Orchid. HEX triplet: AF, 50 and D0. RGB value is (175,80,208). Sum of RGB (Red+Green+Blue) = 175+80+208=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50D0 is #50AF2F. Grayscale: #7A7A7A. Windows color (decimal): -5287728 or 13652143. OLE color: 13652143.

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

Color convert

RGB 175 80 208 -
CMYK 0.16 0.62 0 0.18
HSL 284.53º 0.58% 0.56% -
HSV(B) 284.53º 0.62% 0.82% -
XYZ 31.93 19.41 61.74 -
YUV 123 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 175 80 208 0.16 0.62 0 0.18 284.53 0.58 0.56
Hex AF 50 D0 10 3E 0 12 11D 3A 38
Octal 257 120 320 20 76 0 22 435 72 70
Binary 10101111 1010000 11010000 10000 111110 0 10010 100011101 111010 111000

Color Harmonies of #AF50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50D0

Black with #AF50D0

Text Example


Text Example

White with #AF50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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