Html Css Color HEX #A63BBB Dark Orchid

📋 copy color: '#A63BBB'

red 166 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #A63BBB

Tints of Dark Orchid #A63BBB

RGB

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

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

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

R = 40.29%
G = 14.32%
B = 45.39%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A63BBB (or 0xA63BBB) is known color: Dark Orchid. HEX triplet: A6, 3B and BB. RGB value is (166,59,187). Sum of RGB (Red+Green+Blue) = 166+59+187=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #A63BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBB is #59C444. Grayscale: #696969. Windows color (decimal): -5882949 or 12270502. OLE color: 12270502.

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

Color convert

RGB 166 59 187 -
CMYK 0.11 0.68 0 0.27
HSL 290.16º 0.52% 0.48% -
HSV(B) 290.16º 0.68% 0.73% -
XYZ 26.26 14.82 48.49 -
YUV 105.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 166 59 187 0.11 0.68 0 0.27 290.16 0.52 0.48
Hex A6 3B BB B 44 0 1B 122 34 30
Octal 246 73 273 13 104 0 33 442 64 60
Binary 10100110 111011 10111011 1011 1000100 0 11011 100100010 110100 110000

Color Harmonies of #A63BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BBB

Black with #A63BBB

Text Example


Text Example

White with #A63BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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