Html Css Color HEX #AF50E0 Medium Orchid

📋 copy color: '#AF50E0'

red 175 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #AF50E0

Tints of Medium Orchid #AF50E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 36.53%
G = 16.7%
B = 46.76%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF50E0 (or 0xAF50E0) is known color: Medium Orchid. HEX triplet: AF, 50 and E0. RGB value is (175,80,224). Sum of RGB (Red+Green+Blue) = 175+80+224=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF50E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50E0 is #50AF1F. Grayscale: #7C7C7C. Windows color (decimal): -5287712 or 14700719. OLE color: 14700719.

HSL color Cylindrical-coordinate representation of color #AF50E0: hue angle of 279.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF50E0 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 80 224 -
CMYK 0.22 0.64 0 0.12
HSL 279.58º 0.7% 0.6% -
HSV(B) 279.58º 0.64% 0.88% -
XYZ 34 20.23 72.63 -
YUV 124.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 175 80 224 0.22 0.64 0 0.12 279.58 0.7 0.6
Hex AF 50 E0 16 40 0 C 118 46 3C
Octal 257 120 340 26 100 0 14 430 106 74
Binary 10101111 1010000 11100000 10110 1000000 0 1100 100011000 1000110 111100

Color Harmonies of #AF50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50E0

Black with #AF50E0

Text Example


Text Example

White with #AF50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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