Html Css Color HEX #A63CDB Dark Orchid

📋 copy color: '#A63CDB'

red 166 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #A63CDB

Tints of Dark Orchid #A63CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 37.3%
G = 13.48%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A63CDB (or 0xA63CDB) is known color: Dark Orchid. HEX triplet: A6, 3C and DB. RGB value is (166,60,219). Sum of RGB (Red+Green+Blue) = 166+60+219=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #A63CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CDB is #59C324. Grayscale: #6D6D6D. Windows color (decimal): -5882661 or 14367910. OLE color: 14367910.

HSL color Cylindrical-coordinate representation of color #A63CDB: hue angle of 280º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63CDB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 60 219 -
CMYK 0.24 0.73 0 0.14
HSL 280º 0.69% 0.55% -
HSV(B) 280º 0.73% 0.86% -
XYZ 30.13 16.45 68.61 -
YUV 109.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 166 60 219 0.24 0.73 0 0.14 280 0.69 0.55
Hex A6 3C DB 18 49 0 E 118 45 37
Octal 246 74 333 30 111 0 16 430 105 67
Binary 10100110 111100 11011011 11000 1001001 0 1110 100011000 1000101 110111

Color Harmonies of #A63CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CDB

Black with #A63CDB

Text Example


Text Example

White with #A63CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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