Html Css Color HEX #A74ED8 Medium Orchid

📋 copy color: '#A74ED8'

red 167 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #A74ED8

Tints of Medium Orchid #A74ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 36.23%
G = 16.92%
B = 46.85%

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

#A74ED8 (or 0xA74ED8) is known color: Medium Orchid. HEX triplet: A7, 4E and D8. RGB value is (167,78,216). Sum of RGB (Red+Green+Blue) = 167+78+216=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #A74ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ED8 is #58B127. Grayscale: #777777. Windows color (decimal): -5812520 or 14175911. OLE color: 14175911.

HSL color Cylindrical-coordinate representation of color #A74ED8: hue angle of 278.7º degrees, saturation: 0.64, 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 #A74ED8 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 78 216 -
CMYK 0.23 0.64 0 0.15
HSL 278.7º 0.64% 0.58% -
HSV(B) 278.7º 0.64% 0.85% -
XYZ 31.06 18.62 66.92 -
YUV 120.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 167 78 216 0.23 0.64 0 0.15 278.7 0.64 0.58
Hex A7 4E D8 17 40 0 F 117 40 3A
Octal 247 116 330 27 100 0 17 427 100 72
Binary 10100111 1001110 11011000 10111 1000000 0 1111 100010111 1000000 111010

Color Harmonies of #A74ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ED8

Black with #A74ED8

Text Example


Text Example

White with #A74ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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