Html Css Color HEX #A63AD8 Dark Orchid

📋 copy color: '#A63AD8'

red 166 ◦ green 58 ◦ blue 216

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

Shades of Dark Orchid #A63AD8

Tints of Dark Orchid #A63AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 37.73%
G = 13.18%
B = 49.09%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A63AD8 (or 0xA63AD8) is known color: Dark Orchid. HEX triplet: A6, 3A and D8. RGB value is (166,58,216). Sum of RGB (Red+Green+Blue) = 166+58+216=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #A63AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AD8 is #59C527. Grayscale: #6B6B6B. Windows color (decimal): -5883176 or 14170790. OLE color: 14170790.

HSL color Cylindrical-coordinate representation of color #A63AD8: hue angle of 281.01º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63AD8 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 58 216 -
CMYK 0.23 0.73 0 0.15
HSL 281.01º 0.67% 0.54% -
HSV(B) 281.01º 0.73% 0.85% -
XYZ 29.63 16.09 66.51 -
YUV 108.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 166 58 216 0.23 0.73 0 0.15 281.01 0.67 0.54
Hex A6 3A D8 17 49 0 F 119 43 36
Octal 246 72 330 27 111 0 17 431 103 66
Binary 10100110 111010 11011000 10111 1001001 0 1111 100011001 1000011 110110

Color Harmonies of #A63AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AD8

Black with #A63AD8

Text Example


Text Example

White with #A63AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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