Html Css Color HEX #A74ADB Medium Orchid

📋 copy color: '#A74ADB'

red 167 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #A74ADB

Tints of Medium Orchid #A74ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 36.3%
G = 16.09%
B = 47.61%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A74ADB (or 0xA74ADB) is known color: Medium Orchid. HEX triplet: A7, 4A and DB. RGB value is (167,74,219). Sum of RGB (Red+Green+Blue) = 167+74+219=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ADB is #58B524. Grayscale: #757575. Windows color (decimal): -5813541 or 14371495. OLE color: 14371495.

HSL color Cylindrical-coordinate representation of color #A74ADB: hue angle of 278.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74ADB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 74 219 -
CMYK 0.24 0.66 0 0.14
HSL 278.48º 0.67% 0.57% -
HSV(B) 278.48º 0.66% 0.86% -
XYZ 31.17 18.23 68.89 -
YUV 118.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 167 74 219 0.24 0.66 0 0.14 278.48 0.67 0.57
Hex A7 4A DB 18 42 0 E 116 43 39
Octal 247 112 333 30 102 0 16 426 103 71
Binary 10100111 1001010 11011011 11000 1000010 0 1110 100010110 1000011 111001

Color Harmonies of #A74ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ADB

Black with #A74ADB

Text Example


Text Example

White with #A74ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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