Html Css Color HEX #A63CD8 Dark Orchid

📋 copy color: '#A63CD8'

red 166 ◦ green 60 ◦ blue 216

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

Shades of Dark Orchid #A63CD8

Tints of Dark Orchid #A63CD8

RGB

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

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

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

R = 37.56%
G = 13.57%
B = 48.87%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A63CD8 (or 0xA63CD8) is known color: Dark Orchid. HEX triplet: A6, 3C and D8. RGB value is (166,60,216). Sum of RGB (Red+Green+Blue) = 166+60+216=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #A63CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CD8 is #59C327. Grayscale: #6C6C6C. Windows color (decimal): -5882664 or 14171302. OLE color: 14171302.

HSL color Cylindrical-coordinate representation of color #A63CD8: hue angle of 280.77º 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 #A63CD8 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 60 216 -
CMYK 0.23 0.72 0 0.15
HSL 280.77º 0.67% 0.54% -
HSV(B) 280.77º 0.72% 0.85% -
XYZ 29.74 16.3 66.54 -
YUV 109.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 166 60 216 0.23 0.72 0 0.15 280.77 0.67 0.54
Hex A6 3C D8 17 48 0 F 119 43 36
Octal 246 74 330 27 110 0 17 431 103 66
Binary 10100110 111100 11011000 10111 1001000 0 1111 100011001 1000011 110110

Color Harmonies of #A63CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CD8

Black with #A63CD8

Text Example


Text Example

White with #A63CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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