Html Css Color HEX #A94ADD Medium Orchid

📋 copy color: '#A94ADD'

red 169 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #A94ADD

Tints of Medium Orchid #A94ADD

RGB

 RED value IS 169 (66.41% from 255) = 36.42%

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 36.42%
G = 15.95%
B = 47.63%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94ADD (or 0xA94ADD) is known color: Medium Orchid. HEX triplet: A9, 4A and DD. RGB value is (169,74,221). Sum of RGB (Red+Green+Blue) = 169+74+221=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ADD is #56B522. Grayscale: #767676. Windows color (decimal): -5682467 or 14502569. OLE color: 14502569.

HSL color Cylindrical-coordinate representation of color #A94ADD: hue angle of 278.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94ADD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 74 221 -
CMYK 0.24 0.67 0 0.13
HSL 278.78º 0.68% 0.58% -
HSV(B) 278.78º 0.67% 0.87% -
XYZ 31.86 18.55 70.31 -
YUV 119.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 169 74 221 0.24 0.67 0 0.13 278.78 0.68 0.58
Hex A9 4A DD 18 43 0 D 117 44 3A
Octal 251 112 335 30 103 0 15 427 104 72
Binary 10101001 1001010 11011101 11000 1000011 0 1101 100010111 1000100 111010

Color Harmonies of #A94ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ADD

Black with #A94ADD

Text Example


Text Example

White with #A94ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ADD; }

 p { color: rgb(169,74,221); }

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

background-color css

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

 a { background-color: rgb(169,74,221); }

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

border-color css

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

 span { border-color: rgb(169,74,221); }

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