Html Css Color HEX #A63CEA Dark Orchid

📋 copy color: '#A63CEA'

red 166 ◦ green 60 ◦ blue 234

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

Shades of Dark Orchid #A63CEA

Tints of Dark Orchid #A63CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 36.09%
G = 13.04%
B = 50.87%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A63CEA (or 0xA63CEA) is known color: Dark Orchid. HEX triplet: A6, 3C and EA. RGB value is (166,60,234). Sum of RGB (Red+Green+Blue) = 166+60+234=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #A63CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CEA is #59C315. Grayscale: #6E6E6E. Windows color (decimal): -5882646 or 15350950. OLE color: 15350950.

HSL color Cylindrical-coordinate representation of color #A63CEA: hue angle of 276.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63CEA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 60 234 -
CMYK 0.29 0.74 0 0.08
HSL 276.55º 0.81% 0.58% -
HSV(B) 276.55º 0.74% 0.92% -
XYZ 32.19 17.28 79.48 -
YUV 111.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 166 60 234 0.29 0.74 0 0.08 276.55 0.81 0.58
Hex A6 3C EA 1D 4A 0 8 115 51 3A
Octal 246 74 352 35 112 0 10 425 121 72
Binary 10100110 111100 11101010 11101 1001010 0 1000 100010101 1010001 111010

Color Harmonies of #A63CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CEA

Black with #A63CEA

Text Example


Text Example

White with #A63CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CEA; }

 p { color: rgb(166,60,234); }

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

background-color css

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

 a { background-color: rgb(166,60,234); }

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

border-color css

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

 span { border-color: rgb(166,60,234); }

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