Html Css Color HEX #AF5EDE Medium Orchid

📋 copy color: '#AF5EDE'

red 175 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #AF5EDE

Tints of Medium Orchid #AF5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 35.64%
G = 19.14%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5EDE (or 0xAF5EDE) is known color: Medium Orchid. HEX triplet: AF, 5E and DE. RGB value is (175,94,222). Sum of RGB (Red+Green+Blue) = 175+94+222=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EDE is #50A121. Grayscale: #848484. Windows color (decimal): -5284130 or 14573231. OLE color: 14573231.

HSL color Cylindrical-coordinate representation of color #AF5EDE: hue angle of 277.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5EDE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 94 222 -
CMYK 0.21 0.58 0 0.13
HSL 277.97º 0.66% 0.62% -
HSV(B) 277.97º 0.58% 0.87% -
XYZ 34.87 22.39 71.59 -
YUV 132.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 175 94 222 0.21 0.58 0 0.13 277.97 0.66 0.62
Hex AF 5E DE 15 3A 0 D 116 42 3E
Octal 257 136 336 25 72 0 15 426 102 76
Binary 10101111 1011110 11011110 10101 111010 0 1101 100010110 1000010 111110

Color Harmonies of #AF5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EDE

Black with #AF5EDE

Text Example


Text Example

White with #AF5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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