Html Css Color HEX #A63ECB Dark Orchid

📋 copy color: '#A63ECB'

red 166 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #A63ECB

Tints of Dark Orchid #A63ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 38.52%
G = 14.39%
B = 47.1%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A63ECB (or 0xA63ECB) is known color: Dark Orchid. HEX triplet: A6, 3E and CB. RGB value is (166,62,203). Sum of RGB (Red+Green+Blue) = 166+62+203=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A63ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECB is #59C134. Grayscale: #6C6C6C. Windows color (decimal): -5882165 or 13319846. OLE color: 13319846.

HSL color Cylindrical-coordinate representation of color #A63ECB: hue angle of 284.26º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63ECB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 62 203 -
CMYK 0.18 0.69 0 0.20
HSL 284.26º 0.58% 0.52% -
HSV(B) 284.26º 0.69% 0.8% -
XYZ 28.23 15.86 58.07 -
YUV 109.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 166 62 203 0.18 0.69 0 0.20 284.26 0.58 0.52
Hex A6 3E CB 12 45 0 14 11C 3A 34
Octal 246 76 313 22 105 0 24 434 72 64
Binary 10100110 111110 11001011 10010 1000101 0 10100 100011100 111010 110100

Color Harmonies of #A63ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ECB

Black with #A63ECB

Text Example


Text Example

White with #A63ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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