Html Css Color HEX #A44EEF Medium Orchid

📋 copy color: '#A44EEF'

red 164 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #A44EEF

Tints of Medium Orchid #A44EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 34.1%
G = 16.22%
B = 49.69%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A44EEF (or 0xA44EEF) is known color: Medium Orchid. HEX triplet: A4, 4E and EF. RGB value is (164,78,239). Sum of RGB (Red+Green+Blue) = 164+78+239=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A44EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EEF is #5BB110. Grayscale: #797979. Windows color (decimal): -6009105 or 15683236. OLE color: 15683236.

HSL color Cylindrical-coordinate representation of color #A44EEF: hue angle of 272.05º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44EEF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 78 239 -
CMYK 0.31 0.67 0 0.06
HSL 272.05º 0.83% 0.62% -
HSV(B) 272.05º 0.67% 0.94% -
XYZ 33.61 19.57 83.67 -
YUV 122.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 164 78 239 0.31 0.67 0 0.06 272.05 0.83 0.62
Hex A4 4E EF 1F 43 0 6 110 53 3E
Octal 244 116 357 37 103 0 6 420 123 76
Binary 10100100 1001110 11101111 11111 1000011 0 110 100010000 1010011 111110

Color Harmonies of #A44EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EEF

Black with #A44EEF

Text Example


Text Example

White with #A44EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EEF; }

 p { color: rgb(164,78,239); }

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

background-color css

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

 a { background-color: rgb(164,78,239); }

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

border-color css

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

 span { border-color: rgb(164,78,239); }

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