Html Css Color HEX #A646CD Dark Orchid

📋 copy color: '#A646CD'

red 166 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #A646CD

Tints of Dark Orchid #A646CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 37.64%
G = 15.87%
B = 46.49%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A646CD (or 0xA646CD) is known color: Dark Orchid. HEX triplet: A6, 46 and CD. RGB value is (166,70,205). Sum of RGB (Red+Green+Blue) = 166+70+205=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A646CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CD is #59B932. Grayscale: #717171. Windows color (decimal): -5880115 or 13452966. OLE color: 13452966.

HSL color Cylindrical-coordinate representation of color #A646CD: hue angle of 282.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A646CD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 70 205 -
CMYK 0.19 0.66 0 0.20
HSL 282.67º 0.57% 0.54% -
HSV(B) 282.67º 0.66% 0.8% -
XYZ 28.94 16.9 59.49 -
YUV 114.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 166 70 205 0.19 0.66 0 0.20 282.67 0.57 0.54
Hex A6 46 CD 13 42 0 14 11B 39 36
Octal 246 106 315 23 102 0 24 433 71 66
Binary 10100110 1000110 11001101 10011 1000010 0 10100 100011011 111001 110110

Color Harmonies of #A646CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A646CD

Black with #A646CD

Text Example


Text Example

White with #A646CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A646CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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