Html Css Color HEX #A54ADB Medium Orchid

📋 copy color: '#A54ADB'

red 165 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #A54ADB

Tints of Medium Orchid #A54ADB

RGB

 RED value IS 165 (64.84% from 255) = 36.03%

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

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

R = 36.03%
G = 16.16%
B = 47.82%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A54ADB (or 0xA54ADB) is known color: Medium Orchid. HEX triplet: A5, 4A and DB. RGB value is (165,74,219). Sum of RGB (Red+Green+Blue) = 165+74+219=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A54ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ADB is #5AB524. Grayscale: #757575. Windows color (decimal): -5944613 or 14371493. OLE color: 14371493.

HSL color Cylindrical-coordinate representation of color #A54ADB: hue angle of 277.66º 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 #A54ADB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 74 219 -
CMYK 0.25 0.66 0 0.14
HSL 277.66º 0.67% 0.57% -
HSV(B) 277.66º 0.66% 0.86% -
XYZ 30.75 18.01 68.87 -
YUV 117.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 165 74 219 0.25 0.66 0 0.14 277.66 0.67 0.57
Hex A5 4A DB 19 42 0 E 116 43 39
Octal 245 112 333 31 102 0 16 426 103 71
Binary 10100101 1001010 11011011 11001 1000010 0 1110 100010110 1000011 111001

Color Harmonies of #A54ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54ADB

Black with #A54ADB

Text Example


Text Example

White with #A54ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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