Html Css Color HEX #A63ADF Dark Orchid

📋 copy color: '#A63ADF'

red 166 ◦ green 58 ◦ blue 223

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

Shades of Dark Orchid #A63ADF

Tints of Dark Orchid #A63ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 37.14%
G = 12.98%
B = 49.89%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A63ADF (or 0xA63ADF) is known color: Dark Orchid. HEX triplet: A6, 3A and DF. RGB value is (166,58,223). Sum of RGB (Red+Green+Blue) = 166+58+223=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #A63ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ADF is #59C520. Grayscale: #6C6C6C. Windows color (decimal): -5883169 or 14629542. OLE color: 14629542.

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

Color convert

RGB 166 58 223 -
CMYK 0.26 0.74 0 0.13
HSL 279.27º 0.72% 0.55% -
HSV(B) 279.27º 0.74% 0.87% -
XYZ 30.56 16.46 71.38 -
YUV 109.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 166 58 223 0.26 0.74 0 0.13 279.27 0.72 0.55
Hex A6 3A DF 1A 4A 0 D 117 48 37
Octal 246 72 337 32 112 0 15 427 110 67
Binary 10100110 111010 11011111 11010 1001010 0 1101 100010111 1001000 110111

Color Harmonies of #A63ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ADF

Black with #A63ADF

Text Example


Text Example

White with #A63ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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