Html Css Color HEX #A63CCE Dark Orchid

📋 copy color: '#A63CCE'

red 166 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #A63CCE

Tints of Dark Orchid #A63CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 38.43%
G = 13.89%
B = 47.69%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A63CCE (or 0xA63CCE) is known color: Dark Orchid. HEX triplet: A6, 3C and CE. RGB value is (166,60,206). Sum of RGB (Red+Green+Blue) = 166+60+206=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A63CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCE is #59C331. Grayscale: #6B6B6B. Windows color (decimal): -5882674 or 13515942. OLE color: 13515942.

HSL color Cylindrical-coordinate representation of color #A63CCE: hue angle of 283.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63CCE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 60 206 -
CMYK 0.19 0.71 0 0.19
HSL 283.56º 0.6% 0.52% -
HSV(B) 283.56º 0.71% 0.81% -
XYZ 28.48 15.79 59.94 -
YUV 108.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 166 60 206 0.19 0.71 0 0.19 283.56 0.6 0.52
Hex A6 3C CE 13 47 0 13 11C 3C 34
Octal 246 74 316 23 107 0 23 434 74 64
Binary 10100110 111100 11001110 10011 1000111 0 10011 100011100 111100 110100

Color Harmonies of #A63CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CCE

Black with #A63CCE

Text Example


Text Example

White with #A63CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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