Html Css Color HEX #A646DD Dark Orchid

📋 copy color: '#A646DD'

red 166 ◦ green 70 ◦ blue 221

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

Shades of Dark Orchid #A646DD

Tints of Dark Orchid #A646DD

RGB

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

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

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

R = 36.32%
G = 15.32%
B = 48.36%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A646DD (or 0xA646DD) is known color: Dark Orchid. HEX triplet: A6, 46 and DD. RGB value is (166,70,221). Sum of RGB (Red+Green+Blue) = 166+70+221=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A646DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646DD is #59B922. Grayscale: #737373. Windows color (decimal): -5880099 or 14501542. OLE color: 14501542.

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

Color convert

RGB 166 70 221 -
CMYK 0.25 0.68 0 0.13
HSL 278.15º 0.69% 0.57% -
HSV(B) 278.15º 0.68% 0.87% -
XYZ 30.97 17.71 70.19 -
YUV 115.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 166 70 221 0.25 0.68 0 0.13 278.15 0.69 0.57
Hex A6 46 DD 19 44 0 D 116 45 39
Octal 246 106 335 31 104 0 15 426 105 71
Binary 10100110 1000110 11011101 11001 1000100 0 1101 100010110 1000101 111001

Color Harmonies of #A646DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A646DD

Black with #A646DD

Text Example


Text Example

White with #A646DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A646DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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