Html Css Color HEX #A54CDB Medium Orchid

📋 copy color: '#A54CDB'

red 165 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #A54CDB

Tints of Medium Orchid #A54CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

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

R = 35.87%
G = 16.52%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A54CDB (or 0xA54CDB) is known color: Medium Orchid. HEX triplet: A5, 4C and DB. RGB value is (165,76,219). Sum of RGB (Red+Green+Blue) = 165+76+219=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 76 (30.08% from 255 or 16.52% 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 #A54CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CDB is #5AB324. Grayscale: #767676. Windows color (decimal): -5944101 or 14372005. OLE color: 14372005.

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

Color convert

RGB 165 76 219 -
CMYK 0.25 0.65 0 0.14
HSL 277.34º 0.67% 0.58% -
HSV(B) 277.34º 0.65% 0.86% -
XYZ 30.89 18.28 68.92 -
YUV 118.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 165 76 219 0.25 0.65 0 0.14 277.34 0.67 0.58
Hex A5 4C DB 19 41 0 E 115 43 3A
Octal 245 114 333 31 101 0 16 425 103 72
Binary 10100101 1001100 11011011 11001 1000001 0 1110 100010101 1000011 111010

Color Harmonies of #A54CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CDB

Black with #A54CDB

Text Example


Text Example

White with #A54CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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