Html Css Color HEX #A54CDA Medium Orchid

📋 copy color: '#A54CDA'

red 165 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #A54CDA

Tints of Medium Orchid #A54CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 35.95%
G = 16.56%
B = 47.49%

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

#A54CDA (or 0xA54CDA) is known color: Medium Orchid. HEX triplet: A5, 4C and DA. RGB value is (165,76,218). Sum of RGB (Red+Green+Blue) = 165+76+218=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CDA is #5AB325. Grayscale: #767676. Windows color (decimal): -5944102 or 14306469. OLE color: 14306469.

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

Color convert

RGB 165 76 218 -
CMYK 0.24 0.65 0 0.15
HSL 277.61º 0.66% 0.58% -
HSV(B) 277.61º 0.65% 0.85% -
XYZ 30.76 18.23 68.23 -
YUV 118.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 165 76 218 0.24 0.65 0 0.15 277.61 0.66 0.58
Hex A5 4C DA 18 41 0 F 116 42 3A
Octal 245 114 332 30 101 0 17 426 102 72
Binary 10100101 1001100 11011010 11000 1000001 0 1111 100010110 1000010 111010

Color Harmonies of #A54CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CDA

Black with #A54CDA

Text Example


Text Example

White with #A54CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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