Html Css Color HEX #A54BDE Medium Orchid

📋 copy color: '#A54BDE'

red 165 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #A54BDE

Tints of Medium Orchid #A54BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 35.71%
G = 16.23%
B = 48.05%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54BDE (or 0xA54BDE) is known color: Medium Orchid. HEX triplet: A5, 4B and DE. RGB value is (165,75,222). Sum of RGB (Red+Green+Blue) = 165+75+222=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #A54BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDE is #5AB421. Grayscale: #767676. Windows color (decimal): -5944354 or 14568357. OLE color: 14568357.

HSL color Cylindrical-coordinate representation of color #A54BDE: hue angle of 276.73º degrees, saturation: 0.69, 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 #A54BDE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 75 222 -
CMYK 0.26 0.66 0 0.13
HSL 276.73º 0.69% 0.58% -
HSV(B) 276.73º 0.66% 0.87% -
XYZ 31.22 18.31 71 -
YUV 118.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 165 75 222 0.26 0.66 0 0.13 276.73 0.69 0.58
Hex A5 4B DE 1A 42 0 D 115 45 3A
Octal 245 113 336 32 102 0 15 425 105 72
Binary 10100101 1001011 11011110 11010 1000010 0 1101 100010101 1000101 111010

Color Harmonies of #A54BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BDE

Black with #A54BDE

Text Example


Text Example

White with #A54BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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