Html Css Color HEX #A63CBD Dark Orchid

📋 copy color: '#A63CBD'

red 166 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #A63CBD

Tints of Dark Orchid #A63CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.46%

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

R = 40%
G = 14.46%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A63CBD (or 0xA63CBD) is known color: Dark Orchid. HEX triplet: A6, 3C and BD. RGB value is (166,60,189). Sum of RGB (Red+Green+Blue) = 166+60+189=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A63CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CBD is #59C342. Grayscale: #696969. Windows color (decimal): -5882691 or 12401830. OLE color: 12401830.

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

Color convert

RGB 166 60 189 -
CMYK 0.12 0.68 0 0.26
HSL 289.3º 0.52% 0.49% -
HSV(B) 289.3º 0.68% 0.74% -
XYZ 26.53 15.01 49.64 -
YUV 106.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 166 60 189 0.12 0.68 0 0.26 289.3 0.52 0.49
Hex A6 3C BD C 44 0 1A 121 34 31
Octal 246 74 275 14 104 0 32 441 64 61
Binary 10100110 111100 10111101 1100 1000100 0 11010 100100001 110100 110001

Color Harmonies of #A63CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CBD

Black with #A63CBD

Text Example


Text Example

White with #A63CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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