Html Css Color HEX #A63EBA Dark Orchid

📋 copy color: '#A63EBA'

red 166 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #A63EBA

Tints of Dark Orchid #A63EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

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

R = 40.1%
G = 14.98%
B = 44.93%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63EBA (or 0xA63EBA) is known color: Dark Orchid. HEX triplet: A6, 3E and BA. RGB value is (166,62,186). Sum of RGB (Red+Green+Blue) = 166+62+186=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EBA is #59C145. Grayscale: #6A6A6A. Windows color (decimal): -5882182 or 12205734. OLE color: 12205734.

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

Color convert

RGB 166 62 186 -
CMYK 0.11 0.67 0 0.27
HSL 290.32º 0.5% 0.49% -
HSV(B) 290.32º 0.67% 0.73% -
XYZ 26.31 15.1 47.98 -
YUV 107.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 166 62 186 0.11 0.67 0 0.27 290.32 0.5 0.49
Hex A6 3E BA B 43 0 1B 122 32 31
Octal 246 76 272 13 103 0 33 442 62 61
Binary 10100110 111110 10111010 1011 1000011 0 11011 100100010 110010 110001

Color Harmonies of #A63EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EBA

Black with #A63EBA

Text Example


Text Example

White with #A63EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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