Html Css Color HEX #A54CDD Medium Orchid

📋 copy color: '#A54CDD'

red 165 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #A54CDD

Tints of Medium Orchid #A54CDD

RGB

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

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

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

R = 35.71%
G = 16.45%
B = 47.84%

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

#A54CDD (or 0xA54CDD) is known color: Medium Orchid. HEX triplet: A5, 4C and DD. RGB value is (165,76,221). Sum of RGB (Red+Green+Blue) = 165+76+221=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CDD is #5AB322. Grayscale: #767676. Windows color (decimal): -5944099 or 14503077. OLE color: 14503077.

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

Color convert

RGB 165 76 221 -
CMYK 0.25 0.66 0 0.13
HSL 276.83º 0.68% 0.58% -
HSV(B) 276.83º 0.66% 0.87% -
XYZ 31.15 18.39 70.31 -
YUV 119.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 165 76 221 0.25 0.66 0 0.13 276.83 0.68 0.58
Hex A5 4C DD 19 42 0 D 115 44 3A
Octal 245 114 335 31 102 0 15 425 104 72
Binary 10100101 1001100 11011101 11001 1000010 0 1101 100010101 1000100 111010

Color Harmonies of #A54CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CDD

Black with #A54CDD

Text Example


Text Example

White with #A54CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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