Html Css Color HEX #A63ADE Dark Orchid

📋 copy color: '#A63ADE'

red 166 ◦ green 58 ◦ blue 222

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

Shades of Dark Orchid #A63ADE

Tints of Dark Orchid #A63ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13%

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 37.22%
G = 13%
B = 49.78%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A63ADE (or 0xA63ADE) is known color: Dark Orchid. HEX triplet: A6, 3A and DE. RGB value is (166,58,222). Sum of RGB (Red+Green+Blue) = 166+58+222=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A63ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ADE is #59C521. Grayscale: #6C6C6C. Windows color (decimal): -5883170 or 14564006. OLE color: 14564006.

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

Color convert

RGB 166 58 222 -
CMYK 0.25 0.74 0 0.13
HSL 279.51º 0.71% 0.55% -
HSV(B) 279.51º 0.74% 0.87% -
XYZ 30.42 16.41 70.67 -
YUV 108.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 166 58 222 0.25 0.74 0 0.13 279.51 0.71 0.55
Hex A6 3A DE 19 4A 0 D 118 47 37
Octal 246 72 336 31 112 0 15 430 107 67
Binary 10100110 111010 11011110 11001 1001010 0 1101 100011000 1000111 110111

Color Harmonies of #A63ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ADE

Black with #A63ADE

Text Example


Text Example

White with #A63ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ADE; }

 p { color: rgb(166,58,222); }

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

background-color css

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

 a { background-color: rgb(166,58,222); }

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

border-color css

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

 span { border-color: rgb(166,58,222); }

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