Html Css Color HEX #A63DDC Dark Orchid

📋 copy color: '#A63DDC'

red 166 ◦ green 61 ◦ blue 220

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

Shades of Dark Orchid #A63DDC

Tints of Dark Orchid #A63DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

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

R = 37.14%
G = 13.65%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A63DDC (or 0xA63DDC) is known color: Dark Orchid. HEX triplet: A6, 3D and DC. RGB value is (166,61,220). Sum of RGB (Red+Green+Blue) = 166+61+220=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #A63DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DDC is #59C223. Grayscale: #6D6D6D. Windows color (decimal): -5882404 or 14433702. OLE color: 14433702.

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

Color convert

RGB 166 61 220 -
CMYK 0.25 0.72 0 0.14
HSL 279.62º 0.69% 0.55% -
HSV(B) 279.62º 0.72% 0.86% -
XYZ 30.31 16.61 69.32 -
YUV 110.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 166 61 220 0.25 0.72 0 0.14 279.62 0.69 0.55
Hex A6 3D DC 19 48 0 E 118 45 37
Octal 246 75 334 31 110 0 16 430 105 67
Binary 10100110 111101 11011100 11001 1001000 0 1110 100011000 1000101 110111

Color Harmonies of #A63DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DDC

Black with #A63DDC

Text Example


Text Example

White with #A63DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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