Html Css Color HEX #A63BBE Dark Orchid

📋 copy color: '#A63BBE'

red 166 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #A63BBE

Tints of Dark Orchid #A63BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.22%

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

R = 40%
G = 14.22%
B = 45.78%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A63BBE (or 0xA63BBE) is known color: Dark Orchid. HEX triplet: A6, 3B and BE. RGB value is (166,59,190). Sum of RGB (Red+Green+Blue) = 166+59+190=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A63BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBE is #59C441. Grayscale: #696969. Windows color (decimal): -5882946 or 12467110. OLE color: 12467110.

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

Color convert

RGB 166 59 190 -
CMYK 0.13 0.69 0 0.25
HSL 289.01º 0.53% 0.49% -
HSV(B) 289.01º 0.69% 0.75% -
XYZ 26.58 14.95 50.2 -
YUV 105.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 166 59 190 0.13 0.69 0 0.25 289.01 0.53 0.49
Hex A6 3B BE D 45 0 19 121 35 31
Octal 246 73 276 15 105 0 31 441 65 61
Binary 10100110 111011 10111110 1101 1000101 0 11001 100100001 110101 110001

Color Harmonies of #A63BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BBE

Black with #A63BBE

Text Example


Text Example

White with #A63BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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