Html Css Color HEX #AF5EDC Medium Orchid

📋 copy color: '#AF5EDC'

red 175 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #AF5EDC

Tints of Medium Orchid #AF5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

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

R = 35.79%
G = 19.22%
B = 44.99%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5EDC (or 0xAF5EDC) is known color: Medium Orchid. HEX triplet: AF, 5E and DC. RGB value is (175,94,220). Sum of RGB (Red+Green+Blue) = 175+94+220=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EDC is #50A123. Grayscale: #848484. Windows color (decimal): -5284132 or 14442159. OLE color: 14442159.

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

Color convert

RGB 175 94 220 -
CMYK 0.20 0.57 0 0.14
HSL 278.57º 0.64% 0.62% -
HSV(B) 278.57º 0.57% 0.86% -
XYZ 34.6 22.29 70.19 -
YUV 132.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 175 94 220 0.20 0.57 0 0.14 278.57 0.64 0.62
Hex AF 5E DC 14 39 0 E 117 40 3E
Octal 257 136 334 24 71 0 16 427 100 76
Binary 10101111 1011110 11011100 10100 111001 0 1110 100010111 1000000 111110

Color Harmonies of #AF5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EDC

Black with #AF5EDC

Text Example


Text Example

White with #AF5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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