Html Css Color HEX #A63CD9 Dark Orchid

📋 copy color: '#A63CD9'

red 166 ◦ green 60 ◦ blue 217

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

Shades of Dark Orchid #A63CD9

Tints of Dark Orchid #A63CD9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.54%

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 37.47%
G = 13.54%
B = 48.98%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A63CD9 (or 0xA63CD9) is known color: Dark Orchid. HEX triplet: A6, 3C and D9. RGB value is (166,60,217). Sum of RGB (Red+Green+Blue) = 166+60+217=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #A63CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CD9 is #59C326. Grayscale: #6D6D6D. Windows color (decimal): -5882663 or 14236838. OLE color: 14236838.

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

Color convert

RGB 166 60 217 -
CMYK 0.24 0.72 0 0.15
HSL 280.51º 0.67% 0.54% -
HSV(B) 280.51º 0.72% 0.85% -
XYZ 29.87 16.35 67.23 -
YUV 109.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 166 60 217 0.24 0.72 0 0.15 280.51 0.67 0.54
Hex A6 3C D9 18 48 0 F 119 43 36
Octal 246 74 331 30 110 0 17 431 103 66
Binary 10100110 111100 11011001 11000 1001000 0 1111 100011001 1000011 110110

Color Harmonies of #A63CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CD9

Black with #A63CD9

Text Example


Text Example

White with #A63CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CD9; }

 p { color: rgb(166,60,217); }

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

background-color css

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

 a { background-color: rgb(166,60,217); }

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

border-color css

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

 span { border-color: rgb(166,60,217); }

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