Html Css Color HEX #A63EC9 Dark Orchid

📋 copy color: '#A63EC9'

red 166 ◦ green 62 ◦ blue 201

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

Shades of Dark Orchid #A63EC9

Tints of Dark Orchid #A63EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.85%

R = 38.69%
G = 14.45%
B = 46.85%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A63EC9 (or 0xA63EC9) is known color: Dark Orchid. HEX triplet: A6, 3E and C9. RGB value is (166,62,201). Sum of RGB (Red+Green+Blue) = 166+62+201=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #A63EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EC9 is #59C136. Grayscale: #6C6C6C. Windows color (decimal): -5882167 or 13188774. OLE color: 13188774.

HSL color Cylindrical-coordinate representation of color #A63EC9: hue angle of 284.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63EC9 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 62 201 -
CMYK 0.17 0.69 0 0.21
HSL 284.89º 0.56% 0.52% -
HSV(B) 284.89º 0.69% 0.79% -
XYZ 27.99 15.77 56.83 -
YUV 108.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 166 62 201 0.17 0.69 0 0.21 284.89 0.56 0.52
Hex A6 3E C9 11 45 0 15 11D 38 34
Octal 246 76 311 21 105 0 25 435 70 64
Binary 10100110 111110 11001001 10001 1000101 0 10101 100011101 111000 110100

Color Harmonies of #A63EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EC9

Black with #A63EC9

Text Example


Text Example

White with #A63EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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