Html Css Color HEX #A44CDA Medium Orchid

📋 copy color: '#A44CDA'

red 164 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #A44CDA

Tints of Medium Orchid #A44CDA

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

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

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

R = 35.81%
G = 16.59%
B = 47.6%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A44CDA (or 0xA44CDA) is known color: Medium Orchid. HEX triplet: A4, 4C and DA. RGB value is (164,76,218). Sum of RGB (Red+Green+Blue) = 164+76+218=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 76 (30.08% from 255 or 16.59% 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 #A44CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CDA is #5BB325. Grayscale: #767676. Windows color (decimal): -6009638 or 14306468. OLE color: 14306468.

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

Color convert

RGB 164 76 218 -
CMYK 0.25 0.65 0 0.15
HSL 277.18º 0.66% 0.58% -
HSV(B) 277.18º 0.65% 0.85% -
XYZ 30.55 18.12 68.22 -
YUV 118.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 164 76 218 0.25 0.65 0 0.15 277.18 0.66 0.58
Hex A4 4C DA 19 41 0 F 115 42 3A
Octal 244 114 332 31 101 0 17 425 102 72
Binary 10100100 1001100 11011010 11001 1000001 0 1111 100010101 1000010 111010

Color Harmonies of #A44CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CDA

Black with #A44CDA

Text Example


Text Example

White with #A44CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CDA; }

 p { color: rgb(164,76,218); }

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

background-color css

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

 a { background-color: rgb(164,76,218); }

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

border-color css

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

 span { border-color: rgb(164,76,218); }

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