Html Css Color HEX #A54DD0 Medium Orchid

📋 copy color: '#A54DD0'

red 165 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #A54DD0

Tints of Medium Orchid #A54DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 36.67%
G = 17.11%
B = 46.22%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A54DD0 (or 0xA54DD0) is known color: Medium Orchid. HEX triplet: A5, 4D and D0. RGB value is (165,77,208). Sum of RGB (Red+Green+Blue) = 165+77+208=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #A54DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DD0 is #5AB22F. Grayscale: #757575. Windows color (decimal): -5943856 or 13651365. OLE color: 13651365.

HSL color Cylindrical-coordinate representation of color #A54DD0: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54DD0 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 77 208 -
CMYK 0.21 0.63 0 0.18
HSL 280.31º 0.58% 0.56% -
HSV(B) 280.31º 0.63% 0.82% -
XYZ 29.56 17.86 61.56 -
YUV 118.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 165 77 208 0.21 0.63 0 0.18 280.31 0.58 0.56
Hex A5 4D D0 15 3F 0 12 118 3A 38
Octal 245 115 320 25 77 0 22 430 72 70
Binary 10100101 1001101 11010000 10101 111111 0 10010 100011000 111010 111000

Color Harmonies of #A54DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DD0

Black with #A54DD0

Text Example


Text Example

White with #A54DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DD0; }

 p { color: rgb(165,77,208); }

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

background-color css

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

 a { background-color: rgb(165,77,208); }

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

border-color css

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

 span { border-color: rgb(165,77,208); }

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