Html Css Color HEX #A63BBA Dark Orchid

📋 copy color: '#A63BBA'

red 166 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A63BBA

Tints of Dark Orchid #A63BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.36%

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

R = 40.39%
G = 14.36%
B = 45.26%

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

#A63BBA (or 0xA63BBA) is known color: Dark Orchid. HEX triplet: A6, 3B and BA. RGB value is (166,59,186). Sum of RGB (Red+Green+Blue) = 166+59+186=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBA is #59C445. Grayscale: #696969. Windows color (decimal): -5882950 or 12204966. OLE color: 12204966.

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

Color convert

RGB 166 59 186 -
CMYK 0.11 0.68 0 0.27
HSL 290.55º 0.52% 0.48% -
HSV(B) 290.55º 0.68% 0.73% -
XYZ 26.15 14.78 47.93 -
YUV 105.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 166 59 186 0.11 0.68 0 0.27 290.55 0.52 0.48
Hex A6 3B BA B 44 0 1B 123 34 30
Octal 246 73 272 13 104 0 33 443 64 60
Binary 10100110 111011 10111010 1011 1000100 0 11011 100100011 110100 110000

Color Harmonies of #A63BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BBA

Black with #A63BBA

Text Example


Text Example

White with #A63BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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