Html Css Color HEX #A44BEC Medium Orchid

📋 copy color: '#A44BEC'

red 164 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #A44BEC

Tints of Medium Orchid #A44BEC

RGB

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

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

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

R = 34.53%
G = 15.79%
B = 49.68%

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

#A44BEC (or 0xA44BEC) is known color: Medium Orchid. HEX triplet: A4, 4B and EC. RGB value is (164,75,236). Sum of RGB (Red+Green+Blue) = 164+75+236=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #A44BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BEC is #5BB413. Grayscale: #777777. Windows color (decimal): -6009876 or 15485860. OLE color: 15485860.

HSL color Cylindrical-coordinate representation of color #A44BEC: hue angle of 273.17º 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 #A44BEC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 75 236 -
CMYK 0.31 0.68 0 0.07
HSL 273.17º 0.81% 0.61% -
HSV(B) 273.17º 0.68% 0.93% -
XYZ 32.97 18.98 81.28 -
YUV 119.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 164 75 236 0.31 0.68 0 0.07 273.17 0.81 0.61
Hex A4 4B EC 1F 44 0 7 111 51 3D
Octal 244 113 354 37 104 0 7 421 121 75
Binary 10100100 1001011 11101100 11111 1000100 0 111 100010001 1010001 111101

Color Harmonies of #A44BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BEC

Black with #A44BEC

Text Example


Text Example

White with #A44BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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