Html Css Color HEX #A63FCC Dark Orchid

📋 copy color: '#A63FCC'

red 166 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #A63FCC

Tints of Dark Orchid #A63FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 38.34%
G = 14.55%
B = 47.11%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A63FCC (or 0xA63FCC) is known color: Dark Orchid. HEX triplet: A6, 3F and CC. RGB value is (166,63,204). Sum of RGB (Red+Green+Blue) = 166+63+204=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FCC is #59C033. Grayscale: #6D6D6D. Windows color (decimal): -5881908 or 13385638. OLE color: 13385638.

HSL color Cylindrical-coordinate representation of color #A63FCC: hue angle of 283.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FCC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 63 204 -
CMYK 0.19 0.69 0 0.2
HSL 283.83º 0.58% 0.52% -
HSV(B) 283.83º 0.69% 0.8% -
XYZ 28.4 16.02 58.72 -
YUV 109.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 166 63 204 0.19 0.69 0 0.2 283.83 0.58 0.52
Hex A6 3F CC 13 45 0 14 11C 3A 34
Octal 246 77 314 23 105 0 24 434 72 64
Binary 10100110 111111 11001100 10011 1000101 0 10100 100011100 111010 110100

Color Harmonies of #A63FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FCC

Black with #A63FCC

Text Example


Text Example

White with #A63FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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