Html Css Color HEX #A63EBC Dark Orchid

📋 copy color: '#A63EBC'

red 166 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #A63EBC

Tints of Dark Orchid #A63EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 39.9%
G = 14.9%
B = 45.19%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A63EBC (or 0xA63EBC) is known color: Dark Orchid. HEX triplet: A6, 3E and BC. RGB value is (166,62,188). Sum of RGB (Red+Green+Blue) = 166+62+188=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A63EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EBC is #59C143. Grayscale: #6B6B6B. Windows color (decimal): -5882180 or 12336806. OLE color: 12336806.

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

Color convert

RGB 166 62 188 -
CMYK 0.12 0.67 0 0.26
HSL 289.52º 0.5% 0.49% -
HSV(B) 289.52º 0.67% 0.74% -
XYZ 26.53 15.18 49.11 -
YUV 107.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 166 62 188 0.12 0.67 0 0.26 289.52 0.5 0.49
Hex A6 3E BC C 43 0 1A 122 32 31
Octal 246 76 274 14 103 0 32 442 62 61
Binary 10100110 111110 10111100 1100 1000011 0 11010 100100010 110010 110001

Color Harmonies of #A63EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EBC

Black with #A63EBC

Text Example


Text Example

White with #A63EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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