Html Css Color HEX #A63CBB Dark Orchid

📋 copy color: '#A63CBB'

red 166 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #A63CBB

Tints of Dark Orchid #A63CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 40.19%
G = 14.53%
B = 45.28%

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

#A63CBB (or 0xA63CBB) is known color: Dark Orchid. HEX triplet: A6, 3C and BB. RGB value is (166,60,187). Sum of RGB (Red+Green+Blue) = 166+60+187=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A63CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CBB is #59C344. Grayscale: #696969. Windows color (decimal): -5882693 or 12270758. OLE color: 12270758.

HSL color Cylindrical-coordinate representation of color #A63CBB: hue angle of 290.08º 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 #A63CBB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 60 187 -
CMYK 0.11 0.68 0 0.27
HSL 290.08º 0.51% 0.48% -
HSV(B) 290.08º 0.68% 0.73% -
XYZ 26.31 14.93 48.51 -
YUV 106.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 166 60 187 0.11 0.68 0 0.27 290.08 0.51 0.48
Hex A6 3C BB B 44 0 1B 122 33 30
Octal 246 74 273 13 104 0 33 442 63 60
Binary 10100110 111100 10111011 1011 1000100 0 11011 100100010 110011 110000

Color Harmonies of #A63CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CBB

Black with #A63CBB

Text Example


Text Example

White with #A63CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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