Html Css Color HEX #A63ECD Dark Orchid

📋 copy color: '#A63ECD'

red 166 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #A63ECD

Tints of Dark Orchid #A63ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 38.34%
G = 14.32%
B = 47.34%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A63ECD (or 0xA63ECD) is known color: Dark Orchid. HEX triplet: A6, 3E and CD. RGB value is (166,62,205). Sum of RGB (Red+Green+Blue) = 166+62+205=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A63ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECD is #59C132. Grayscale: #6C6C6C. Windows color (decimal): -5882163 or 13450918. OLE color: 13450918.

HSL color Cylindrical-coordinate representation of color #A63ECD: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63ECD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 62 205 -
CMYK 0.19 0.70 0 0.20
HSL 283.64º 0.59% 0.52% -
HSV(B) 283.64º 0.7% 0.8% -
XYZ 28.47 15.96 59.34 -
YUV 109.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 166 62 205 0.19 0.70 0 0.20 283.64 0.59 0.52
Hex A6 3E CD 13 46 0 14 11C 3B 34
Octal 246 76 315 23 106 0 24 434 73 64
Binary 10100110 111110 11001101 10011 1000110 0 10100 100011100 111011 110100

Color Harmonies of #A63ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ECD

Black with #A63ECD

Text Example


Text Example

White with #A63ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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