Html Css Color HEX #A946DD Medium Orchid

📋 copy color: '#A946DD'

red 169 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #A946DD

Tints of Medium Orchid #A946DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 36.74%
G = 15.22%
B = 48.04%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A946DD (or 0xA946DD) is known color: Medium Orchid. HEX triplet: A9, 46 and DD. RGB value is (169,70,221). Sum of RGB (Red+Green+Blue) = 169+70+221=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A946DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946DD is #56B922. Grayscale: #747474. Windows color (decimal): -5683491 or 14501545. OLE color: 14501545.

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

Color convert

RGB 169 70 221 -
CMYK 0.24 0.68 0 0.13
HSL 279.34º 0.69% 0.57% -
HSV(B) 279.34º 0.68% 0.87% -
XYZ 31.6 18.04 70.22 -
YUV 116.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 169 70 221 0.24 0.68 0 0.13 279.34 0.69 0.57
Hex A9 46 DD 18 44 0 D 117 45 39
Octal 251 106 335 30 104 0 15 427 105 71
Binary 10101001 1000110 11011101 11000 1000100 0 1101 100010111 1000101 111001

Color Harmonies of #A946DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946DD

Black with #A946DD

Text Example


Text Example

White with #A946DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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