Html Css Color HEX #A63EBD Dark Orchid

📋 copy color: '#A63EBD'

red 166 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #A63EBD

Tints of Dark Orchid #A63EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.87%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 39.81%
G = 14.87%
B = 45.32%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A63EBD (or 0xA63EBD) is known color: Dark Orchid. HEX triplet: A6, 3E and BD. RGB value is (166,62,189). Sum of RGB (Red+Green+Blue) = 166+62+189=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A63EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EBD is #59C142. Grayscale: #6B6B6B. Windows color (decimal): -5882179 or 12402342. OLE color: 12402342.

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

Color convert

RGB 166 62 189 -
CMYK 0.12 0.67 0 0.26
HSL 289.13º 0.51% 0.49% -
HSV(B) 289.13º 0.67% 0.74% -
XYZ 26.63 15.23 49.68 -
YUV 107.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 166 62 189 0.12 0.67 0 0.26 289.13 0.51 0.49
Hex A6 3E BD C 43 0 1A 121 33 31
Octal 246 76 275 14 103 0 32 441 63 61
Binary 10100110 111110 10111101 1100 1000011 0 11010 100100001 110011 110001

Color Harmonies of #A63EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EBD

Black with #A63EBD

Text Example


Text Example

White with #A63EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EBD; }

 p { color: rgb(166,62,189); }

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

background-color css

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

 a { background-color: rgb(166,62,189); }

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

border-color css

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

 span { border-color: rgb(166,62,189); }

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