Html Css Color HEX #A54BDA Medium Orchid

📋 copy color: '#A54BDA'

red 165 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #A54BDA

Tints of Medium Orchid #A54BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

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

R = 36.03%
G = 16.38%
B = 47.6%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A54BDA (or 0xA54BDA) is known color: Medium Orchid. HEX triplet: A5, 4B and DA. RGB value is (165,75,218). Sum of RGB (Red+Green+Blue) = 165+75+218=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDA is #5AB425. Grayscale: #757575. Windows color (decimal): -5944358 or 14306213. OLE color: 14306213.

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

Color convert

RGB 165 75 218 -
CMYK 0.24 0.66 0 0.15
HSL 277.76º 0.66% 0.57% -
HSV(B) 277.76º 0.66% 0.85% -
XYZ 30.69 18.09 68.2 -
YUV 118.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 165 75 218 0.24 0.66 0 0.15 277.76 0.66 0.57
Hex A5 4B DA 18 42 0 F 116 42 39
Octal 245 113 332 30 102 0 17 426 102 71
Binary 10100101 1001011 11011010 11000 1000010 0 1111 100010110 1000010 111001

Color Harmonies of #A54BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BDA

Black with #A54BDA

Text Example


Text Example

White with #A54BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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