Html Css Color HEX #A951DD Medium Orchid

📋 copy color: '#A951DD'

red 169 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #A951DD

Tints of Medium Orchid #A951DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 35.88%
G = 17.2%
B = 46.92%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A951DD (or 0xA951DD) is known color: Medium Orchid. HEX triplet: A9, 51 and DD. RGB value is (169,81,221). Sum of RGB (Red+Green+Blue) = 169+81+221=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #A951DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951DD is #56AE22. Grayscale: #7A7A7A. Windows color (decimal): -5680675 or 14504361. OLE color: 14504361.

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

Color convert

RGB 169 81 221 -
CMYK 0.24 0.63 0 0.13
HSL 277.71º 0.67% 0.59% -
HSV(B) 277.71º 0.63% 0.87% -
XYZ 32.36 19.54 70.47 -
YUV 123.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 169 81 221 0.24 0.63 0 0.13 277.71 0.67 0.59
Hex A9 51 DD 18 3F 0 D 116 43 3B
Octal 251 121 335 30 77 0 15 426 103 73
Binary 10101001 1010001 11011101 11000 111111 0 1101 100010110 1000011 111011

Color Harmonies of #A951DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951DD

Black with #A951DD

Text Example


Text Example

White with #A951DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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