Html Css Color HEX #A63ABA Dark Orchid

📋 copy color: '#A63ABA'

red 166 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #A63ABA

Tints of Dark Orchid #A63ABA

RGB

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

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

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

R = 40.49%
G = 14.15%
B = 45.37%

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

#A63ABA (or 0xA63ABA) is known color: Dark Orchid. HEX triplet: A6, 3A and BA. RGB value is (166,58,186). Sum of RGB (Red+Green+Blue) = 166+58+186=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ABA is #59C545. Grayscale: #686868. Windows color (decimal): -5883206 or 12204710. OLE color: 12204710.

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

Color convert

RGB 166 58 186 -
CMYK 0.11 0.69 0 0.27
HSL 290.63º 0.52% 0.48% -
HSV(B) 290.63º 0.69% 0.73% -
XYZ 26.1 14.68 47.91 -
YUV 104.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 166 58 186 0.11 0.69 0 0.27 290.63 0.52 0.48
Hex A6 3A BA B 45 0 1B 123 34 30
Octal 246 72 272 13 105 0 33 443 64 60
Binary 10100110 111010 10111010 1011 1000101 0 11011 100100011 110100 110000

Color Harmonies of #A63ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ABA

Black with #A63ABA

Text Example


Text Example

White with #A63ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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