Html Css Color HEX #A44AED Medium Orchid

📋 copy color: '#A44AED'

red 164 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #A44AED

Tints of Medium Orchid #A44AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

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

R = 34.53%
G = 15.58%
B = 49.89%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A44AED (or 0xA44AED) is known color: Medium Orchid. HEX triplet: A4, 4A and ED. RGB value is (164,74,237). Sum of RGB (Red+Green+Blue) = 164+74+237=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A44AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44AED is #5BB512. Grayscale: #767676. Windows color (decimal): -6010131 or 15551140. OLE color: 15551140.

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

Color convert

RGB 164 74 237 -
CMYK 0.31 0.69 0 0.07
HSL 273.13º 0.82% 0.61% -
HSV(B) 273.13º 0.69% 0.93% -
XYZ 33.04 18.9 82.03 -
YUV 119.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 164 74 237 0.31 0.69 0 0.07 273.13 0.82 0.61
Hex A4 4A ED 1F 45 0 7 111 52 3D
Octal 244 112 355 37 105 0 7 421 122 75
Binary 10100100 1001010 11101101 11111 1000101 0 111 100010001 1010010 111101

Color Harmonies of #A44AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44AED

Black with #A44AED

Text Example


Text Example

White with #A44AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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