Html Css Color HEX #A63CBA Dark Orchid

📋 copy color: '#A63CBA'

red 166 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #A63CBA

Tints of Dark Orchid #A63CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 40.29%
G = 14.56%
B = 45.15%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63CBA (or 0xA63CBA) is known color: Dark Orchid. HEX triplet: A6, 3C and BA. RGB value is (166,60,186). Sum of RGB (Red+Green+Blue) = 166+60+186=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CBA is #59C345. Grayscale: #696969. Windows color (decimal): -5882694 or 12205222. OLE color: 12205222.

HSL color Cylindrical-coordinate representation of color #A63CBA: hue angle of 290.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63CBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 60 186 -
CMYK 0.11 0.68 0 0.27
HSL 290.48º 0.51% 0.48% -
HSV(B) 290.48º 0.68% 0.73% -
XYZ 26.2 14.88 47.95 -
YUV 106.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 166 60 186 0.11 0.68 0 0.27 290.48 0.51 0.48
Hex A6 3C BA B 44 0 1B 122 33 30
Octal 246 74 272 13 104 0 33 442 63 60
Binary 10100110 111100 10111010 1011 1000100 0 11011 100100010 110011 110000

Color Harmonies of #A63CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CBA

Black with #A63CBA

Text Example


Text Example

White with #A63CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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