Html Css Color HEX #A74ACE Medium Orchid

📋 copy color: '#A74ACE'

red 167 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #A74ACE

Tints of Medium Orchid #A74ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.55%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 37.36%
G = 16.55%
B = 46.09%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A74ACE (or 0xA74ACE) is known color: Medium Orchid. HEX triplet: A7, 4A and CE. RGB value is (167,74,206). Sum of RGB (Red+Green+Blue) = 167+74+206=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #A74ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ACE is #58B531. Grayscale: #747474. Windows color (decimal): -5813554 or 13519527. OLE color: 13519527.

HSL color Cylindrical-coordinate representation of color #A74ACE: hue angle of 282.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74ACE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 74 206 -
CMYK 0.19 0.64 0 0.19
HSL 282.27º 0.57% 0.55% -
HSV(B) 282.27º 0.64% 0.81% -
XYZ 29.53 17.57 60.23 -
YUV 116.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 167 74 206 0.19 0.64 0 0.19 282.27 0.57 0.55
Hex A7 4A CE 13 40 0 13 11A 39 37
Octal 247 112 316 23 100 0 23 432 71 67
Binary 10100111 1001010 11001110 10011 1000000 0 10011 100011010 111001 110111

Color Harmonies of #A74ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ACE

Black with #A74ACE

Text Example


Text Example

White with #A74ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ACE; }

 p { color: rgb(167,74,206); }

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

background-color css

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

 a { background-color: rgb(167,74,206); }

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

border-color css

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

 span { border-color: rgb(167,74,206); }

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