Html Css Color HEX #A44CEE Medium Orchid

📋 copy color: '#A44CEE'

red 164 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #A44CEE

Tints of Medium Orchid #A44CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 34.31%
G = 15.9%
B = 49.79%

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

#A44CEE (or 0xA44CEE) is known color: Medium Orchid. HEX triplet: A4, 4C and EE. RGB value is (164,76,238). Sum of RGB (Red+Green+Blue) = 164+76+238=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #A44CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CEE is #5BB311. Grayscale: #787878. Windows color (decimal): -6009618 or 15617188. OLE color: 15617188.

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

Color convert

RGB 164 76 238 -
CMYK 0.31 0.68 0 0.07
HSL 272.59º 0.83% 0.62% -
HSV(B) 272.59º 0.68% 0.93% -
XYZ 33.33 19.23 82.85 -
YUV 120.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 164 76 238 0.31 0.68 0 0.07 272.59 0.83 0.62
Hex A4 4C EE 1F 44 0 7 111 53 3E
Octal 244 114 356 37 104 0 7 421 123 76
Binary 10100100 1001100 11101110 11111 1000100 0 111 100010001 1010011 111110

Color Harmonies of #A44CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CEE

Black with #A44CEE

Text Example


Text Example

White with #A44CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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