Html Css Color HEX #AF4EDE Medium Orchid

📋 copy color: '#AF4EDE'

red 175 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #AF4EDE

Tints of Medium Orchid #AF4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.42%

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

R = 36.84%
G = 16.42%
B = 46.74%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4EDE (or 0xAF4EDE) is known color: Medium Orchid. HEX triplet: AF, 4E and DE. RGB value is (175,78,222). Sum of RGB (Red+Green+Blue) = 175+78+222=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EDE is #50B121. Grayscale: #7A7A7A. Windows color (decimal): -5288226 or 14569135. OLE color: 14569135.

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

Color convert

RGB 175 78 222 -
CMYK 0.21 0.65 0 0.13
HSL 280.42º 0.69% 0.59% -
HSV(B) 280.42º 0.65% 0.87% -
XYZ 33.59 19.84 71.17 -
YUV 123.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 175 78 222 0.21 0.65 0 0.13 280.42 0.69 0.59
Hex AF 4E DE 15 41 0 D 118 45 3B
Octal 257 116 336 25 101 0 15 430 105 73
Binary 10101111 1001110 11011110 10101 1000001 0 1101 100011000 1000101 111011

Color Harmonies of #AF4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EDE

Black with #AF4EDE

Text Example


Text Example

White with #AF4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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