Html Css Color HEX #A74DDB Medium Orchid

📋 copy color: '#A74DDB'

red 167 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #A74DDB

Tints of Medium Orchid #A74DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

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

R = 36.07%
G = 16.63%
B = 47.3%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A74DDB (or 0xA74DDB) is known color: Medium Orchid. HEX triplet: A7, 4D and DB. RGB value is (167,77,219). Sum of RGB (Red+Green+Blue) = 167+77+219=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DDB is #58B224. Grayscale: #777777. Windows color (decimal): -5812773 or 14372263. OLE color: 14372263.

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

Color convert

RGB 167 77 219 -
CMYK 0.24 0.65 0 0.14
HSL 278.03º 0.66% 0.58% -
HSV(B) 278.03º 0.65% 0.86% -
XYZ 31.38 18.64 68.96 -
YUV 120.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 167 77 219 0.24 0.65 0 0.14 278.03 0.66 0.58
Hex A7 4D DB 18 41 0 E 116 42 3A
Octal 247 115 333 30 101 0 16 426 102 72
Binary 10100111 1001101 11011011 11000 1000001 0 1110 100010110 1000010 111010

Color Harmonies of #A74DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74DDB

Black with #A74DDB

Text Example


Text Example

White with #A74DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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