Html Css Color HEX #AF50DF Medium Orchid

📋 copy color: '#AF50DF'

red 175 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #AF50DF

Tints of Medium Orchid #AF50DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 36.61%
G = 16.74%
B = 46.65%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF50DF (or 0xAF50DF) is known color: Medium Orchid. HEX triplet: AF, 50 and DF. RGB value is (175,80,223). Sum of RGB (Red+Green+Blue) = 175+80+223=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50DF is #50AF20. Grayscale: #7C7C7C. Windows color (decimal): -5287713 or 14635183. OLE color: 14635183.

HSL color Cylindrical-coordinate representation of color #AF50DF: hue angle of 279.86º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF50DF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 80 223 -
CMYK 0.22 0.64 0 0.13
HSL 279.86º 0.69% 0.59% -
HSV(B) 279.86º 0.64% 0.87% -
XYZ 33.87 20.18 71.92 -
YUV 124.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 175 80 223 0.22 0.64 0 0.13 279.86 0.69 0.59
Hex AF 50 DF 16 40 0 D 118 45 3B
Octal 257 120 337 26 100 0 15 430 105 73
Binary 10101111 1010000 11011111 10110 1000000 0 1101 100011000 1000101 111011

Color Harmonies of #AF50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50DF

Black with #AF50DF

Text Example


Text Example

White with #AF50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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