Html Css Color HEX #A44BDC Medium Orchid

📋 copy color: '#A44BDC'

red 164 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #A44BDC

Tints of Medium Orchid #A44BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 35.73%
G = 16.34%
B = 47.93%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A44BDC (or 0xA44BDC) is known color: Medium Orchid. HEX triplet: A4, 4B and DC. RGB value is (164,75,220). Sum of RGB (Red+Green+Blue) = 164+75+220=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A44BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDC is #5BB423. Grayscale: #757575. Windows color (decimal): -6009892 or 14437284. OLE color: 14437284.

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

Color convert

RGB 164 75 220 -
CMYK 0.25 0.66 0 0.14
HSL 276.83º 0.67% 0.58% -
HSV(B) 276.83º 0.66% 0.86% -
XYZ 30.74 18.09 69.58 -
YUV 118.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 164 75 220 0.25 0.66 0 0.14 276.83 0.67 0.58
Hex A4 4B DC 19 42 0 E 115 43 3A
Octal 244 113 334 31 102 0 16 425 103 72
Binary 10100100 1001011 11011100 11001 1000010 0 1110 100010101 1000011 111010

Color Harmonies of #A44BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BDC

Black with #A44BDC

Text Example


Text Example

White with #A44BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BDC; }

 p { color: rgb(164,75,220); }

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

background-color css

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

 a { background-color: rgb(164,75,220); }

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

border-color css

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

 span { border-color: rgb(164,75,220); }

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