Html Css Color HEX #A54CD8 Medium Orchid

📋 copy color: '#A54CD8'

red 165 ◦ green 76 ◦ blue 216

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

Shades of Medium Orchid #A54CD8

Tints of Medium Orchid #A54CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 36.11%
G = 16.63%
B = 47.26%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A54CD8 (or 0xA54CD8) is known color: Medium Orchid. HEX triplet: A5, 4C and D8. RGB value is (165,76,216). Sum of RGB (Red+Green+Blue) = 165+76+216=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #A54CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CD8 is #5AB327. Grayscale: #767676. Windows color (decimal): -5944104 or 14175397. OLE color: 14175397.

HSL color Cylindrical-coordinate representation of color #A54CD8: hue angle of 278.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54CD8 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 76 216 -
CMYK 0.24 0.65 0 0.15
HSL 278.14º 0.64% 0.57% -
HSV(B) 278.14º 0.65% 0.85% -
XYZ 30.5 18.13 66.86 -
YUV 118.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 165 76 216 0.24 0.65 0 0.15 278.14 0.64 0.57
Hex A5 4C D8 18 41 0 F 116 40 39
Octal 245 114 330 30 101 0 17 426 100 71
Binary 10100101 1001100 11011000 11000 1000001 0 1111 100010110 1000000 111001

Color Harmonies of #A54CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CD8

Black with #A54CD8

Text Example


Text Example

White with #A54CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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