Html Css Color HEX #A63AC9 Dark Orchid

📋 copy color: '#A63AC9'

red 166 ◦ green 58 ◦ blue 201

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

Shades of Dark Orchid #A63AC9

Tints of Dark Orchid #A63AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 39.06%
G = 13.65%
B = 47.29%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A63AC9 (or 0xA63AC9) is known color: Dark Orchid. HEX triplet: A6, 3A and C9. RGB value is (166,58,201). Sum of RGB (Red+Green+Blue) = 166+58+201=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #A63AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AC9 is #59C536. Grayscale: #6A6A6A. Windows color (decimal): -5883191 or 13187750. OLE color: 13187750.

HSL color Cylindrical-coordinate representation of color #A63AC9: hue angle of 285.31º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63AC9 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 58 201 -
CMYK 0.17 0.71 0 0.21
HSL 285.31º 0.57% 0.51% -
HSV(B) 285.31º 0.71% 0.79% -
XYZ 27.78 15.35 56.76 -
YUV 106.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 166 58 201 0.17 0.71 0 0.21 285.31 0.57 0.51
Hex A6 3A C9 11 47 0 15 11D 39 33
Octal 246 72 311 21 107 0 25 435 71 63
Binary 10100110 111010 11001001 10001 1000111 0 10101 100011101 111001 110011

Color Harmonies of #A63AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AC9

Black with #A63AC9

Text Example


Text Example

White with #A63AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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