Html Css Color HEX #A63EE8 Dark Orchid

📋 copy color: '#A63EE8'

red 166 ◦ green 62 ◦ blue 232

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

Shades of Dark Orchid #A63EE8

Tints of Dark Orchid #A63EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.43%

R = 36.09%
G = 13.48%
B = 50.43%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A63EE8 (or 0xA63EE8) is known color: Dark Orchid. HEX triplet: A6, 3E and E8. RGB value is (166,62,232). Sum of RGB (Red+Green+Blue) = 166+62+232=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #A63EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EE8 is #59C117. Grayscale: #6F6F6F. Windows color (decimal): -5882136 or 15220390. OLE color: 15220390.

HSL color Cylindrical-coordinate representation of color #A63EE8: hue angle of 276.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63EE8 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 62 232 -
CMYK 0.28 0.73 0 0.09
HSL 276.71º 0.79% 0.58% -
HSV(B) 276.71º 0.73% 0.91% -
XYZ 32.01 17.38 78.01 -
YUV 112.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 166 62 232 0.28 0.73 0 0.09 276.71 0.79 0.58
Hex A6 3E E8 1C 49 0 9 115 4F 3A
Octal 246 76 350 34 111 0 11 425 117 72
Binary 10100110 111110 11101000 11100 1001001 0 1001 100010101 1001111 111010

Color Harmonies of #A63EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EE8

Black with #A63EE8

Text Example


Text Example

White with #A63EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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