Html Css Color HEX #A551DD Medium Orchid

📋 copy color: '#A551DD'

red 165 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #A551DD

Tints of Medium Orchid #A551DD

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

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

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

R = 35.33%
G = 17.34%
B = 47.32%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A551DD (or 0xA551DD) is known color: Medium Orchid. HEX triplet: A5, 51 and DD. RGB value is (165,81,221). Sum of RGB (Red+Green+Blue) = 165+81+221=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A551DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551DD is #5AAE22. Grayscale: #797979. Windows color (decimal): -5942819 or 14504357. OLE color: 14504357.

HSL color Cylindrical-coordinate representation of color #A551DD: hue angle of 276º 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 #A551DD is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 81 221 -
CMYK 0.25 0.63 0 0.13
HSL 276º 0.67% 0.59% -
HSV(B) 276º 0.63% 0.87% -
XYZ 31.51 19.1 70.43 -
YUV 122.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 165 81 221 0.25 0.63 0 0.13 276 0.67 0.59
Hex A5 51 DD 19 3F 0 D 114 43 3B
Octal 245 121 335 31 77 0 15 424 103 73
Binary 10100101 1010001 11011101 11001 111111 0 1101 100010100 1000011 111011

Color Harmonies of #A551DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551DD

Black with #A551DD

Text Example


Text Example

White with #A551DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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