Html Css Color HEX #A54CDE Medium Orchid

📋 copy color: '#A54CDE'

red 165 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #A54CDE

Tints of Medium Orchid #A54CDE

RGB

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

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

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

R = 35.64%
G = 16.41%
B = 47.95%

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

#A54CDE (or 0xA54CDE) is known color: Medium Orchid. HEX triplet: A5, 4C and DE. RGB value is (165,76,222). Sum of RGB (Red+Green+Blue) = 165+76+222=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A54CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CDE is #5AB321. Grayscale: #767676. Windows color (decimal): -5944098 or 14568613. OLE color: 14568613.

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

Color convert

RGB 165 76 222 -
CMYK 0.26 0.66 0 0.13
HSL 276.58º 0.69% 0.58% -
HSV(B) 276.58º 0.66% 0.87% -
XYZ 31.29 18.44 71.02 -
YUV 119.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 165 76 222 0.26 0.66 0 0.13 276.58 0.69 0.58
Hex A5 4C DE 1A 42 0 D 115 45 3A
Octal 245 114 336 32 102 0 15 425 105 72
Binary 10100101 1001100 11011110 11010 1000010 0 1101 100010101 1000101 111010

Color Harmonies of #A54CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CDE

Black with #A54CDE

Text Example


Text Example

White with #A54CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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