Html Css Color HEX #A44DED Medium Orchid

📋 copy color: '#A44DED'

red 164 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #A44DED

Tints of Medium Orchid #A44DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.11%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 34.31%
G = 16.11%
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

#A44DED (or 0xA44DED) is known color: Medium Orchid. HEX triplet: A4, 4D and ED. RGB value is (164,77,237). Sum of RGB (Red+Green+Blue) = 164+77+237=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A44DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DED is #5BB212. Grayscale: #787878. Windows color (decimal): -6009363 or 15551908. OLE color: 15551908.

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

Color convert

RGB 164 77 237 -
CMYK 0.31 0.68 0 0.07
HSL 272.63º 0.82% 0.62% -
HSV(B) 272.63º 0.68% 0.93% -
XYZ 33.25 19.31 82.1 -
YUV 121.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 164 77 237 0.31 0.68 0 0.07 272.63 0.82 0.62
Hex A4 4D ED 1F 44 0 7 111 52 3E
Octal 244 115 355 37 104 0 7 421 122 76
Binary 10100100 1001101 11101101 11111 1000100 0 111 100010001 1010010 111110

Color Harmonies of #A44DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DED

Black with #A44DED

Text Example


Text Example

White with #A44DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DED; }

 p { color: rgb(164,77,237); }

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

background-color css

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

 a { background-color: rgb(164,77,237); }

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

border-color css

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

 span { border-color: rgb(164,77,237); }

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