Html Css Color HEX #A63BDC Dark Orchid

📋 copy color: '#A63BDC'

red 166 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #A63BDC

Tints of Dark Orchid #A63BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

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

R = 37.3%
G = 13.26%
B = 49.44%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A63BDC (or 0xA63BDC) is known color: Dark Orchid. HEX triplet: A6, 3B and DC. RGB value is (166,59,220). Sum of RGB (Red+Green+Blue) = 166+59+220=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A63BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BDC is #59C423. Grayscale: #6C6C6C. Windows color (decimal): -5882916 or 14433190. OLE color: 14433190.

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

Color convert

RGB 166 59 220 -
CMYK 0.25 0.73 0 0.14
HSL 279.88º 0.7% 0.55% -
HSV(B) 279.88º 0.73% 0.86% -
XYZ 30.21 16.4 69.28 -
YUV 109.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 166 59 220 0.25 0.73 0 0.14 279.88 0.7 0.55
Hex A6 3B DC 19 49 0 E 118 46 37
Octal 246 73 334 31 111 0 16 430 106 67
Binary 10100110 111011 11011100 11001 1001001 0 1110 100011000 1000110 110111

Color Harmonies of #A63BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BDC

Black with #A63BDC

Text Example


Text Example

White with #A63BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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