Html Css Color HEX #A54ADD Medium Orchid

📋 copy color: '#A54ADD'

red 165 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #A54ADD

Tints of Medium Orchid #A54ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 35.87%
G = 16.09%
B = 48.04%

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

#A54ADD (or 0xA54ADD) is known color: Medium Orchid. HEX triplet: A5, 4A and DD. RGB value is (165,74,221). Sum of RGB (Red+Green+Blue) = 165+74+221=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54ADD is #5AB522. Grayscale: #757575. Windows color (decimal): -5944611 or 14502565. OLE color: 14502565.

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

Color convert

RGB 165 74 221 -
CMYK 0.25 0.67 0 0.13
HSL 277.14º 0.68% 0.58% -
HSV(B) 277.14º 0.67% 0.87% -
XYZ 31.02 18.12 70.27 -
YUV 117.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 165 74 221 0.25 0.67 0 0.13 277.14 0.68 0.58
Hex A5 4A DD 19 43 0 D 115 44 3A
Octal 245 112 335 31 103 0 15 425 104 72
Binary 10100101 1001010 11011101 11001 1000011 0 1101 100010101 1000100 111010

Color Harmonies of #A54ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54ADD

Black with #A54ADD

Text Example


Text Example

White with #A54ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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