Html Css Color HEX #A74EDE Medium Orchid

📋 copy color: '#A74EDE'

red 167 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #A74EDE

Tints of Medium Orchid #A74EDE

RGB

 RED value IS 167 (65.63% from 255) = 35.76%

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

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

R = 35.76%
G = 16.7%
B = 47.54%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A74EDE (or 0xA74EDE) is known color: Medium Orchid. HEX triplet: A7, 4E and DE. RGB value is (167,78,222). Sum of RGB (Red+Green+Blue) = 167+78+222=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A74EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EDE is #58B121. Grayscale: #787878. Windows color (decimal): -5812514 or 14569127. OLE color: 14569127.

HSL color Cylindrical-coordinate representation of color #A74EDE: hue angle of 277.08º 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 #A74EDE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 78 222 -
CMYK 0.25 0.65 0 0.13
HSL 277.08º 0.69% 0.59% -
HSV(B) 277.08º 0.65% 0.87% -
XYZ 31.85 18.94 71.08 -
YUV 121.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 167 78 222 0.25 0.65 0 0.13 277.08 0.69 0.59
Hex A7 4E DE 19 41 0 D 115 45 3B
Octal 247 116 336 31 101 0 15 425 105 73
Binary 10100111 1001110 11011110 11001 1000001 0 1101 100010101 1000101 111011

Color Harmonies of #A74EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EDE

Black with #A74EDE

Text Example


Text Example

White with #A74EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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