Html Css Color HEX #A551DC Medium Orchid

📋 copy color: '#A551DC'

red 165 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #A551DC

Tints of Medium Orchid #A551DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 35.41%
G = 17.38%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A551DC (or 0xA551DC) is known color: Medium Orchid. HEX triplet: A5, 51 and DC. RGB value is (165,81,220). Sum of RGB (Red+Green+Blue) = 165+81+220=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A551DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551DC is #5AAE23. Grayscale: #797979. Windows color (decimal): -5942820 or 14438821. OLE color: 14438821.

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

Color convert

RGB 165 81 220 -
CMYK 0.25 0.63 0 0.14
HSL 276.26º 0.67% 0.59% -
HSV(B) 276.26º 0.63% 0.86% -
XYZ 31.38 19.05 69.73 -
YUV 121.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 165 81 220 0.25 0.63 0 0.14 276.26 0.67 0.59
Hex A5 51 DC 19 3F 0 E 114 43 3B
Octal 245 121 334 31 77 0 16 424 103 73
Binary 10100101 1010001 11011100 11001 111111 0 1110 100010100 1000011 111011

Color Harmonies of #A551DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551DC

Black with #A551DC

Text Example


Text Example

White with #A551DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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