Html Css Color HEX #A63CDD Dark Orchid

📋 copy color: '#A63CDD'

red 166 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #A63CDD

Tints of Dark Orchid #A63CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 37.14%
G = 13.42%
B = 49.44%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A63CDD (or 0xA63CDD) is known color: Dark Orchid. HEX triplet: A6, 3C and DD. RGB value is (166,60,221). Sum of RGB (Red+Green+Blue) = 166+60+221=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #A63CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CDD is #59C322. Grayscale: #6D6D6D. Windows color (decimal): -5882659 or 14498982. OLE color: 14498982.

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

Color convert

RGB 166 60 221 -
CMYK 0.25 0.73 0 0.13
HSL 279.5º 0.7% 0.55% -
HSV(B) 279.5º 0.73% 0.87% -
XYZ 30.39 16.56 70 -
YUV 110.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 166 60 221 0.25 0.73 0 0.13 279.5 0.7 0.55
Hex A6 3C DD 19 49 0 D 118 46 37
Octal 246 74 335 31 111 0 15 430 106 67
Binary 10100110 111100 11011101 11001 1001001 0 1101 100011000 1000110 110111

Color Harmonies of #A63CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CDD

Black with #A63CDD

Text Example


Text Example

White with #A63CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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