Html Css Color HEX #AF50DC Medium Orchid

📋 copy color: '#AF50DC'

red 175 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #AF50DC

Tints of Medium Orchid #AF50DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 36.84%
G = 16.84%
B = 46.32%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF50DC (or 0xAF50DC) is known color: Medium Orchid. HEX triplet: AF, 50 and DC. RGB value is (175,80,220). Sum of RGB (Red+Green+Blue) = 175+80+220=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF50DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50DC is #50AF23. Grayscale: #7B7B7B. Windows color (decimal): -5287716 or 14438575. OLE color: 14438575.

HSL color Cylindrical-coordinate representation of color #AF50DC: hue angle of 280.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF50DC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 80 220 -
CMYK 0.20 0.64 0 0.14
HSL 280.71º 0.67% 0.59% -
HSV(B) 280.71º 0.64% 0.86% -
XYZ 33.47 20.02 69.81 -
YUV 124.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 175 80 220 0.20 0.64 0 0.14 280.71 0.67 0.59
Hex AF 50 DC 14 40 0 E 119 43 3B
Octal 257 120 334 24 100 0 16 431 103 73
Binary 10101111 1010000 11011100 10100 1000000 0 1110 100011001 1000011 111011

Color Harmonies of #AF50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50DC

Black with #AF50DC

Text Example


Text Example

White with #AF50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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