Html Css Color HEX #A63ABB Dark Orchid

📋 copy color: '#A63ABB'

red 166 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #A63ABB

Tints of Dark Orchid #A63ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.11%

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

R = 40.39%
G = 14.11%
B = 45.5%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63ABB (or 0xA63ABB) is known color: Dark Orchid. HEX triplet: A6, 3A and BB. RGB value is (166,58,187). Sum of RGB (Red+Green+Blue) = 166+58+187=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A63ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ABB is #59C544. Grayscale: #686868. Windows color (decimal): -5883205 or 12270246. OLE color: 12270246.

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

Color convert

RGB 166 58 187 -
CMYK 0.11 0.69 0 0.27
HSL 290.23º 0.53% 0.48% -
HSV(B) 290.23º 0.69% 0.73% -
XYZ 26.21 14.72 48.47 -
YUV 105 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 166 58 187 0.11 0.69 0 0.27 290.23 0.53 0.48
Hex A6 3A BB B 45 0 1B 122 35 30
Octal 246 72 273 13 105 0 33 442 65 60
Binary 10100110 111010 10111011 1011 1000101 0 11011 100100010 110101 110000

Color Harmonies of #A63ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ABB

Black with #A63ABB

Text Example


Text Example

White with #A63ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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