Html Css Color HEX #A74ADE Medium Orchid

📋 copy color: '#A74ADE'

red 167 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #A74ADE

Tints of Medium Orchid #A74ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 36.07%
G = 15.98%
B = 47.95%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A74ADE (or 0xA74ADE) is known color: Medium Orchid. HEX triplet: A7, 4A and DE. RGB value is (167,74,222). Sum of RGB (Red+Green+Blue) = 167+74+222=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A74ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ADE is #58B521. Grayscale: #767676. Windows color (decimal): -5813538 or 14568103. OLE color: 14568103.

HSL color Cylindrical-coordinate representation of color #A74ADE: hue angle of 277.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74ADE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 74 222 -
CMYK 0.25 0.67 0 0.13
HSL 277.7º 0.69% 0.58% -
HSV(B) 277.7º 0.67% 0.87% -
XYZ 31.57 18.39 70.99 -
YUV 118.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 167 74 222 0.25 0.67 0 0.13 277.7 0.69 0.58
Hex A7 4A DE 19 43 0 D 116 45 3A
Octal 247 112 336 31 103 0 15 426 105 72
Binary 10100111 1001010 11011110 11001 1000011 0 1101 100010110 1000101 111010

Color Harmonies of #A74ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ADE

Black with #A74ADE

Text Example


Text Example

White with #A74ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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