Html Css Color HEX #A63FBD Dark Orchid

📋 copy color: '#A63FBD'

red 166 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #A63FBD

Tints of Dark Orchid #A63FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

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

R = 39.71%
G = 15.07%
B = 45.22%

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

#A63FBD (or 0xA63FBD) is known color: Dark Orchid. HEX triplet: A6, 3F and BD. RGB value is (166,63,189). Sum of RGB (Red+Green+Blue) = 166+63+189=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #A63FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FBD is #59C042. Grayscale: #6B6B6B. Windows color (decimal): -5881923 or 12402598. OLE color: 12402598.

HSL color Cylindrical-coordinate representation of color #A63FBD: hue angle of 289.05º degrees, saturation: 0.5, 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 #A63FBD is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 63 189 -
CMYK 0.12 0.67 0 0.26
HSL 289.05º 0.5% 0.49% -
HSV(B) 289.05º 0.67% 0.74% -
XYZ 26.69 15.34 49.7 -
YUV 108.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 166 63 189 0.12 0.67 0 0.26 289.05 0.5 0.49
Hex A6 3F BD C 43 0 1A 121 32 31
Octal 246 77 275 14 103 0 32 441 62 61
Binary 10100110 111111 10111101 1100 1000011 0 11010 100100001 110010 110001

Color Harmonies of #A63FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FBD

Black with #A63FBD

Text Example


Text Example

White with #A63FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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