Html Css Color HEX #A74EE0 Medium Orchid

📋 copy color: '#A74EE0'

red 167 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #A74EE0

Tints of Medium Orchid #A74EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 35.61%
G = 16.63%
B = 47.76%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A74EE0 (or 0xA74EE0) is known color: Medium Orchid. HEX triplet: A7, 4E and E0. RGB value is (167,78,224). Sum of RGB (Red+Green+Blue) = 167+78+224=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #A74EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EE0 is #58B11F. Grayscale: #787878. Windows color (decimal): -5812512 or 14700199. OLE color: 14700199.

HSL color Cylindrical-coordinate representation of color #A74EE0: hue angle of 276.58º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74EE0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 78 224 -
CMYK 0.25 0.65 0 0.12
HSL 276.58º 0.7% 0.59% -
HSV(B) 276.58º 0.65% 0.88% -
XYZ 32.12 19.05 72.5 -
YUV 121.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 167 78 224 0.25 0.65 0 0.12 276.58 0.7 0.59
Hex A7 4E E0 19 41 0 C 115 46 3B
Octal 247 116 340 31 101 0 14 425 106 73
Binary 10100111 1001110 11100000 11001 1000001 0 1100 100010101 1000110 111011

Color Harmonies of #A74EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EE0

Black with #A74EE0

Text Example


Text Example

White with #A74EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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