Html Css Color HEX #A74AD5 Medium Orchid

📋 copy color: '#A74AD5'

red 167 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #A74AD5

Tints of Medium Orchid #A74AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 36.78%
G = 16.3%
B = 46.92%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A74AD5 (or 0xA74AD5) is known color: Medium Orchid. HEX triplet: A7, 4A and D5. RGB value is (167,74,213). Sum of RGB (Red+Green+Blue) = 167+74+213=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #A74AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74AD5 is #58B52A. Grayscale: #757575. Windows color (decimal): -5813547 or 13978279. OLE color: 13978279.

HSL color Cylindrical-coordinate representation of color #A74AD5: hue angle of 280.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74AD5 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 74 213 -
CMYK 0.22 0.65 0 0.16
HSL 280.14º 0.62% 0.56% -
HSV(B) 280.14º 0.65% 0.84% -
XYZ 30.4 17.92 64.81 -
YUV 117.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 167 74 213 0.22 0.65 0 0.16 280.14 0.62 0.56
Hex A7 4A D5 16 41 0 10 118 3E 38
Octal 247 112 325 26 101 0 20 430 76 70
Binary 10100111 1001010 11010101 10110 1000001 0 10000 100011000 111110 111000

Color Harmonies of #A74AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AD5

Black with #A74AD5

Text Example


Text Example

White with #A74AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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