Html Css Color HEX #A646DF Dark Orchid

📋 copy color: '#A646DF'

red 166 ◦ green 70 ◦ blue 223

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

Shades of Dark Orchid #A646DF

Tints of Dark Orchid #A646DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 36.17%
G = 15.25%
B = 48.58%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A646DF (or 0xA646DF) is known color: Dark Orchid. HEX triplet: A6, 46 and DF. RGB value is (166,70,223). Sum of RGB (Red+Green+Blue) = 166+70+223=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A646DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646DF is #59B920. Grayscale: #737373. Windows color (decimal): -5880097 or 14632614. OLE color: 14632614.

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

Color convert

RGB 166 70 223 -
CMYK 0.26 0.69 0 0.13
HSL 277.65º 0.71% 0.57% -
HSV(B) 277.65º 0.69% 0.87% -
XYZ 31.24 17.82 71.6 -
YUV 116.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 166 70 223 0.26 0.69 0 0.13 277.65 0.71 0.57
Hex A6 46 DF 1A 45 0 D 116 47 39
Octal 246 106 337 32 105 0 15 426 107 71
Binary 10100110 1000110 11011111 11010 1000101 0 1101 100010110 1000111 111001

Color Harmonies of #A646DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A646DF

Black with #A646DF

Text Example


Text Example

White with #A646DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A646DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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