Html Css Color HEX #A646DC Dark Orchid

📋 copy color: '#A646DC'

red 166 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #A646DC

Tints of Dark Orchid #A646DC

RGB

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

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

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

R = 36.4%
G = 15.35%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A646DC (or 0xA646DC) is known color: Dark Orchid. HEX triplet: A6, 46 and DC. RGB value is (166,70,220). Sum of RGB (Red+Green+Blue) = 166+70+220=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A646DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646DC is #59B923. Grayscale: #737373. Windows color (decimal): -5880100 or 14436006. OLE color: 14436006.

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

Color convert

RGB 166 70 220 -
CMYK 0.25 0.68 0 0.14
HSL 278.4º 0.68% 0.57% -
HSV(B) 278.4º 0.68% 0.86% -
XYZ 30.83 17.65 69.49 -
YUV 115.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 166 70 220 0.25 0.68 0 0.14 278.4 0.68 0.57
Hex A6 46 DC 19 44 0 E 116 44 39
Octal 246 106 334 31 104 0 16 426 104 71
Binary 10100110 1000110 11011100 11001 1000100 0 1110 100010110 1000100 111001

Color Harmonies of #A646DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A646DC

Black with #A646DC

Text Example


Text Example

White with #A646DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A646DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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