Html Css Color HEX #A63DBB Dark Orchid

📋 copy color: '#A63DBB'

red 166 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A63DBB

Tints of Dark Orchid #A63DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 40.1%
G = 14.73%
B = 45.17%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63DBB (or 0xA63DBB) is known color: Dark Orchid. HEX triplet: A6, 3D and BB. RGB value is (166,61,187). Sum of RGB (Red+Green+Blue) = 166+61+187=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #A63DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DBB is #59C244. Grayscale: #6A6A6A. Windows color (decimal): -5882437 or 12271014. OLE color: 12271014.

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

Color convert

RGB 166 61 187 -
CMYK 0.11 0.67 0 0.27
HSL 290º 0.51% 0.49% -
HSV(B) 290º 0.67% 0.73% -
XYZ 26.36 15.03 48.53 -
YUV 106.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 166 61 187 0.11 0.67 0 0.27 290 0.51 0.49
Hex A6 3D BB B 43 0 1B 122 33 31
Octal 246 75 273 13 103 0 33 442 63 61
Binary 10100110 111101 10111011 1011 1000011 0 11011 100100010 110011 110001

Color Harmonies of #A63DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DBB

Black with #A63DBB

Text Example


Text Example

White with #A63DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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