Html Css Color HEX #A74EE2 Medium Orchid

📋 copy color: '#A74EE2'

red 167 ◦ green 78 ◦ blue 226

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

Shades of Medium Orchid #A74EE2

Tints of Medium Orchid #A74EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.98%

R = 35.46%
G = 16.56%
B = 47.98%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A74EE2 (or 0xA74EE2) is known color: Medium Orchid. HEX triplet: A7, 4E and E2. RGB value is (167,78,226). Sum of RGB (Red+Green+Blue) = 167+78+226=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #A74EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EE2 is #58B11D. Grayscale: #787878. Windows color (decimal): -5812510 or 14831271. OLE color: 14831271.

HSL color Cylindrical-coordinate representation of color #A74EE2: hue angle of 276.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74EE2 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 78 226 -
CMYK 0.26 0.65 0 0.11
HSL 276.08º 0.72% 0.6% -
HSV(B) 276.08º 0.65% 0.89% -
XYZ 32.39 19.16 73.94 -
YUV 121.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 167 78 226 0.26 0.65 0 0.11 276.08 0.72 0.6
Hex A7 4E E2 1A 41 0 B 114 48 3C
Octal 247 116 342 32 101 0 13 424 110 74
Binary 10100111 1001110 11100010 11010 1000001 0 1011 100010100 1001000 111100

Color Harmonies of #A74EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EE2

Black with #A74EE2

Text Example


Text Example

White with #A74EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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