Html Css Color HEX #A94DD2 Medium Orchid

📋 copy color: '#A94DD2'

red 169 ◦ green 77 ◦ blue 210

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

Shades of Medium Orchid #A94DD2

Tints of Medium Orchid #A94DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.05%

R = 37.06%
G = 16.89%
B = 46.05%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A94DD2 (or 0xA94DD2) is known color: Medium Orchid. HEX triplet: A9, 4D and D2. RGB value is (169,77,210). Sum of RGB (Red+Green+Blue) = 169+77+210=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #A94DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DD2 is #56B22D. Grayscale: #777777. Windows color (decimal): -5681710 or 13782441. OLE color: 13782441.

HSL color Cylindrical-coordinate representation of color #A94DD2: hue angle of 281.5º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94DD2 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 77 210 -
CMYK 0.20 0.63 0 0.18
HSL 281.5º 0.6% 0.56% -
HSV(B) 281.5º 0.63% 0.82% -
XYZ 30.65 18.4 62.91 -
YUV 119.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 169 77 210 0.20 0.63 0 0.18 281.5 0.6 0.56
Hex A9 4D D2 14 3F 0 12 11A 3C 38
Octal 251 115 322 24 77 0 22 432 74 70
Binary 10101001 1001101 11010010 10100 111111 0 10010 100011010 111100 111000

Color Harmonies of #A94DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DD2

Black with #A94DD2

Text Example


Text Example

White with #A94DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DD2; }

 p { color: rgb(169,77,210); }

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

background-color css

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

 a { background-color: rgb(169,77,210); }

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

border-color css

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

 span { border-color: rgb(169,77,210); }

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