Html Css Color HEX #A63AE1 Dark Orchid

📋 copy color: '#A63AE1'

red 166 ◦ green 58 ◦ blue 225

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

Shades of Dark Orchid #A63AE1

Tints of Dark Orchid #A63AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 36.97%
G = 12.92%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A63AE1 (or 0xA63AE1) is known color: Dark Orchid. HEX triplet: A6, 3A and E1. RGB value is (166,58,225). Sum of RGB (Red+Green+Blue) = 166+58+225=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #A63AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AE1 is #59C51E. Grayscale: #6C6C6C. Windows color (decimal): -5883167 or 14760614. OLE color: 14760614.

HSL color Cylindrical-coordinate representation of color #A63AE1: hue angle of 278.8º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63AE1 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 58 225 -
CMYK 0.26 0.74 0 0.12
HSL 278.8º 0.74% 0.55% -
HSV(B) 278.8º 0.74% 0.88% -
XYZ 30.83 16.57 72.81 -
YUV 109.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 166 58 225 0.26 0.74 0 0.12 278.8 0.74 0.55
Hex A6 3A E1 1A 4A 0 C 117 4A 37
Octal 246 72 341 32 112 0 14 427 112 67
Binary 10100110 111010 11100001 11010 1001010 0 1100 100010111 1001010 110111

Color Harmonies of #A63AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AE1

Black with #A63AE1

Text Example


Text Example

White with #A63AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AE1; }

 p { color: rgb(166,58,225); }

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

background-color css

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

 a { background-color: rgb(166,58,225); }

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

border-color css

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

 span { border-color: rgb(166,58,225); }

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