Html Css Color HEX #A44CEC Medium Orchid

📋 copy color: '#A44CEC'

red 164 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #A44CEC

Tints of Medium Orchid #A44CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 34.45%
G = 15.97%
B = 49.58%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A44CEC (or 0xA44CEC) is known color: Medium Orchid. HEX triplet: A4, 4C and EC. RGB value is (164,76,236). Sum of RGB (Red+Green+Blue) = 164+76+236=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #A44CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CEC is #5BB313. Grayscale: #787878. Windows color (decimal): -6009620 or 15486116. OLE color: 15486116.

HSL color Cylindrical-coordinate representation of color #A44CEC: hue angle of 273º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44CEC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 76 236 -
CMYK 0.31 0.68 0 0.07
HSL 273º 0.81% 0.61% -
HSV(B) 273º 0.68% 0.93% -
XYZ 33.03 19.12 81.31 -
YUV 120.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 164 76 236 0.31 0.68 0 0.07 273 0.81 0.61
Hex A4 4C EC 1F 44 0 7 111 51 3D
Octal 244 114 354 37 104 0 7 421 121 75
Binary 10100100 1001100 11101100 11111 1000100 0 111 100010001 1010001 111101

Color Harmonies of #A44CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CEC

Black with #A44CEC

Text Example


Text Example

White with #A44CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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