Html Css Color HEX #A63EDD Dark Orchid

📋 copy color: '#A63EDD'

red 166 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #A63EDD

Tints of Dark Orchid #A63EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 36.97%
G = 13.81%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A63EDD (or 0xA63EDD) is known color: Dark Orchid. HEX triplet: A6, 3E and DD. RGB value is (166,62,221). Sum of RGB (Red+Green+Blue) = 166+62+221=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A63EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EDD is #59C122. Grayscale: #6E6E6E. Windows color (decimal): -5882147 or 14499494. OLE color: 14499494.

HSL color Cylindrical-coordinate representation of color #A63EDD: hue angle of 279.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63EDD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 62 221 -
CMYK 0.25 0.72 0 0.13
HSL 279.25º 0.7% 0.55% -
HSV(B) 279.25º 0.72% 0.87% -
XYZ 30.5 16.77 70.04 -
YUV 111.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 166 62 221 0.25 0.72 0 0.13 279.25 0.7 0.55
Hex A6 3E DD 19 48 0 D 117 46 37
Octal 246 76 335 31 110 0 15 427 106 67
Binary 10100110 111110 11011101 11001 1001000 0 1101 100010111 1000110 110111

Color Harmonies of #A63EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EDD

Black with #A63EDD

Text Example


Text Example

White with #A63EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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