Html Css Color HEX #A646CE Dark Orchid

📋 copy color: '#A646CE'

red 166 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #A646CE

Tints of Dark Orchid #A646CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 37.56%
G = 15.84%
B = 46.61%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A646CE (or 0xA646CE) is known color: Dark Orchid. HEX triplet: A6, 46 and CE. RGB value is (166,70,206). Sum of RGB (Red+Green+Blue) = 166+70+206=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #A646CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CE is #59B931. Grayscale: #717171. Windows color (decimal): -5880114 or 13518502. OLE color: 13518502.

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

Color convert

RGB 166 70 206 -
CMYK 0.19 0.66 0 0.19
HSL 282.35º 0.58% 0.54% -
HSV(B) 282.35º 0.66% 0.81% -
XYZ 29.06 16.94 60.13 -
YUV 114.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 166 70 206 0.19 0.66 0 0.19 282.35 0.58 0.54
Hex A6 46 CE 13 42 0 13 11A 3A 36
Octal 246 106 316 23 102 0 23 432 72 66
Binary 10100110 1000110 11001110 10011 1000010 0 10011 100011010 111010 110110

Color Harmonies of #A646CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A646CE

Black with #A646CE

Text Example


Text Example

White with #A646CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A646CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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