Html Css Color HEX #A54BDD Medium Orchid

📋 copy color: '#A54BDD'

red 165 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #A54BDD

Tints of Medium Orchid #A54BDD

RGB

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

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

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

R = 35.79%
G = 16.27%
B = 47.94%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54BDD (or 0xA54BDD) is known color: Medium Orchid. HEX triplet: A5, 4B and DD. RGB value is (165,75,221). Sum of RGB (Red+Green+Blue) = 165+75+221=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDD is #5AB422. Grayscale: #767676. Windows color (decimal): -5944355 or 14502821. OLE color: 14502821.

HSL color Cylindrical-coordinate representation of color #A54BDD: hue angle of 276.99º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54BDD is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 75 221 -
CMYK 0.25 0.66 0 0.13
HSL 276.99º 0.68% 0.58% -
HSV(B) 276.99º 0.66% 0.87% -
XYZ 31.08 18.25 70.29 -
YUV 118.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 165 75 221 0.25 0.66 0 0.13 276.99 0.68 0.58
Hex A5 4B DD 19 42 0 D 115 44 3A
Octal 245 113 335 31 102 0 15 425 104 72
Binary 10100101 1001011 11011101 11001 1000010 0 1101 100010101 1000100 111010

Color Harmonies of #A54BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BDD

Black with #A54BDD

Text Example


Text Example

White with #A54BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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