Html Css Color HEX #A63DBE Dark Orchid

📋 copy color: '#A63DBE'

red 166 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #A63DBE

Tints of Dark Orchid #A63DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 39.81%
G = 14.63%
B = 45.56%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A63DBE (or 0xA63DBE) is known color: Dark Orchid. HEX triplet: A6, 3D and BE. RGB value is (166,61,190). Sum of RGB (Red+Green+Blue) = 166+61+190=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A63DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DBE is #59C241. Grayscale: #6A6A6A. Windows color (decimal): -5882434 or 12467622. OLE color: 12467622.

HSL color Cylindrical-coordinate representation of color #A63DBE: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63DBE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 61 190 -
CMYK 0.13 0.68 0 0.25
HSL 288.84º 0.51% 0.49% -
HSV(B) 288.84º 0.68% 0.75% -
XYZ 26.69 15.16 50.24 -
YUV 107.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 166 61 190 0.13 0.68 0 0.25 288.84 0.51 0.49
Hex A6 3D BE D 44 0 19 121 33 31
Octal 246 75 276 15 104 0 31 441 63 61
Binary 10100110 111101 10111110 1101 1000100 0 11001 100100001 110011 110001

Color Harmonies of #A63DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DBE

Black with #A63DBE

Text Example


Text Example

White with #A63DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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