Html Css Color HEX #A63ED9 Dark Orchid

📋 copy color: '#A63ED9'

red 166 ◦ green 62 ◦ blue 217

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

Shades of Dark Orchid #A63ED9

Tints of Dark Orchid #A63ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 37.3%
G = 13.93%
B = 48.76%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A63ED9 (or 0xA63ED9) is known color: Dark Orchid. HEX triplet: A6, 3E and D9. RGB value is (166,62,217). Sum of RGB (Red+Green+Blue) = 166+62+217=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #A63ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ED9 is #59C126. Grayscale: #6E6E6E. Windows color (decimal): -5882151 or 14237350. OLE color: 14237350.

HSL color Cylindrical-coordinate representation of color #A63ED9: hue angle of 280.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63ED9 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 62 217 -
CMYK 0.24 0.71 0 0.15
HSL 280.26º 0.67% 0.55% -
HSV(B) 280.26º 0.71% 0.85% -
XYZ 29.97 16.56 67.26 -
YUV 110.77 187.96 167.4 -
System Red Green Blue C M Y K H S L
Decimal 166 62 217 0.24 0.71 0 0.15 280.26 0.67 0.55
Hex A6 3E D9 18 47 0 F 118 43 37
Octal 246 76 331 30 107 0 17 430 103 67
Binary 10100110 111110 11011001 11000 1000111 0 1111 100011000 1000011 110111

Color Harmonies of #A63ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ED9

Black with #A63ED9

Text Example


Text Example

White with #A63ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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