Html Css Color HEX #A44AD7 Medium Orchid

📋 copy color: '#A44AD7'

red 164 ◦ green 74 ◦ blue 215

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

Shades of Medium Orchid #A44AD7

Tints of Medium Orchid #A44AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 36.2%
G = 16.34%
B = 47.46%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A44AD7 (or 0xA44AD7) is known color: Medium Orchid. HEX triplet: A4, 4A and D7. RGB value is (164,74,215). Sum of RGB (Red+Green+Blue) = 164+74+215=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #A44AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AD7 is #5BB528. Grayscale: #747474. Windows color (decimal): -6010153 or 14109348. OLE color: 14109348.

HSL color Cylindrical-coordinate representation of color #A44AD7: hue angle of 278.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44AD7 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 74 215 -
CMYK 0.24 0.66 0 0.16
HSL 278.3º 0.64% 0.57% -
HSV(B) 278.3º 0.66% 0.84% -
XYZ 30.02 17.7 66.12 -
YUV 116.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 164 74 215 0.24 0.66 0 0.16 278.3 0.64 0.57
Hex A4 4A D7 18 42 0 10 116 40 39
Octal 244 112 327 30 102 0 20 426 100 71
Binary 10100100 1001010 11010111 11000 1000010 0 10000 100010110 1000000 111001

Color Harmonies of #A44AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44AD7

Black with #A44AD7

Text Example


Text Example

White with #A44AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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