Html Css Color HEX #A651DC Medium Orchid

📋 copy color: '#A651DC'

red 166 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #A651DC

Tints of Medium Orchid #A651DC

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

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

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

R = 35.55%
G = 17.34%
B = 47.11%

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

#A651DC (or 0xA651DC) is known color: Medium Orchid. HEX triplet: A6, 51 and DC. RGB value is (166,81,220). Sum of RGB (Red+Green+Blue) = 166+81+220=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A651DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651DC is #59AE23. Grayscale: #797979. Windows color (decimal): -5877284 or 14438822. OLE color: 14438822.

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

Color convert

RGB 166 81 220 -
CMYK 0.25 0.63 0 0.14
HSL 276.69º 0.67% 0.59% -
HSV(B) 276.69º 0.63% 0.86% -
XYZ 31.59 19.16 69.74 -
YUV 122.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 166 81 220 0.25 0.63 0 0.14 276.69 0.67 0.59
Hex A6 51 DC 19 3F 0 E 115 43 3B
Octal 246 121 334 31 77 0 16 425 103 73
Binary 10100110 1010001 11011100 11001 111111 0 1110 100010101 1000011 111011

Color Harmonies of #A651DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A651DC

Black with #A651DC

Text Example


Text Example

White with #A651DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A651DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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