Html Css Color HEX #A74EE8 Medium Orchid

📋 copy color: '#A74EE8'

red 167 ◦ green 78 ◦ blue 232

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

Shades of Medium Orchid #A74EE8

Tints of Medium Orchid #A74EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 35.01%
G = 16.35%
B = 48.64%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A74EE8 (or 0xA74EE8) is known color: Medium Orchid. HEX triplet: A7, 4E and E8. RGB value is (167,78,232). Sum of RGB (Red+Green+Blue) = 167+78+232=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #A74EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EE8 is #58B117. Grayscale: #797979. Windows color (decimal): -5812504 or 15224487. OLE color: 15224487.

HSL color Cylindrical-coordinate representation of color #A74EE8: hue angle of 274.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74EE8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 78 232 -
CMYK 0.28 0.66 0 0.09
HSL 274.68º 0.77% 0.61% -
HSV(B) 274.68º 0.66% 0.91% -
XYZ 33.23 19.49 78.35 -
YUV 122.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 167 78 232 0.28 0.66 0 0.09 274.68 0.77 0.61
Hex A7 4E E8 1C 42 0 9 113 4D 3D
Octal 247 116 350 34 102 0 11 423 115 75
Binary 10100111 1001110 11101000 11100 1000010 0 1001 100010011 1001101 111101

Color Harmonies of #A74EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EE8

Black with #A74EE8

Text Example


Text Example

White with #A74EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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