Html Css Color HEX #A74EDA Medium Orchid

📋 copy color: '#A74EDA'

red 167 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #A74EDA

Tints of Medium Orchid #A74EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 36.07%
G = 16.85%
B = 47.08%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A74EDA (or 0xA74EDA) is known color: Medium Orchid. HEX triplet: A7, 4E and DA. RGB value is (167,78,218). Sum of RGB (Red+Green+Blue) = 167+78+218=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A74EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EDA is #58B125. Grayscale: #787878. Windows color (decimal): -5812518 or 14306983. OLE color: 14306983.

HSL color Cylindrical-coordinate representation of color #A74EDA: hue angle of 278.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74EDA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 78 218 -
CMYK 0.23 0.64 0 0.15
HSL 278.14º 0.65% 0.58% -
HSV(B) 278.14º 0.64% 0.85% -
XYZ 31.32 18.73 68.29 -
YUV 120.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 167 78 218 0.23 0.64 0 0.15 278.14 0.65 0.58
Hex A7 4E DA 17 40 0 F 116 41 3A
Octal 247 116 332 27 100 0 17 426 101 72
Binary 10100111 1001110 11011010 10111 1000000 0 1111 100010110 1000001 111010

Color Harmonies of #A74EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EDA

Black with #A74EDA

Text Example


Text Example

White with #A74EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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