Html Css Color HEX #A63DB9 Dark Orchid

📋 copy color: '#A63DB9'

red 166 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #A63DB9

Tints of Dark Orchid #A63DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.81%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 40.29%
G = 14.81%
B = 44.9%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63DB9 (or 0xA63DB9) is known color: Dark Orchid. HEX triplet: A6, 3D and B9. RGB value is (166,61,185). Sum of RGB (Red+Green+Blue) = 166+61+185=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #A63DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DB9 is #59C246. Grayscale: #6A6A6A. Windows color (decimal): -5882439 or 12139942. OLE color: 12139942.

HSL color Cylindrical-coordinate representation of color #A63DB9: hue angle of 290.81º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63DB9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 61 185 -
CMYK 0.10 0.67 0 0.27
HSL 290.81º 0.5% 0.48% -
HSV(B) 290.81º 0.67% 0.73% -
XYZ 26.15 14.95 47.41 -
YUV 106.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 166 61 185 0.10 0.67 0 0.27 290.81 0.5 0.48
Hex A6 3D B9 A 43 0 1B 123 32 30
Octal 246 75 271 12 103 0 33 443 62 60
Binary 10100110 111101 10111001 1010 1000011 0 11011 100100011 110010 110000

Color Harmonies of #A63DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DB9

Black with #A63DB9

Text Example


Text Example

White with #A63DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DB9; }

 p { color: rgb(166,61,185); }

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

background-color css

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

 a { background-color: rgb(166,61,185); }

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

border-color css

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

 span { border-color: rgb(166,61,185); }

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