Html Css Color HEX #A63BCC Dark Orchid

📋 copy color: '#A63BCC'

red 166 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #A63BCC

Tints of Dark Orchid #A63BCC

RGB

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

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

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

R = 38.69%
G = 13.75%
B = 47.55%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A63BCC (or 0xA63BCC) is known color: Dark Orchid. HEX triplet: A6, 3B and CC. RGB value is (166,59,204). Sum of RGB (Red+Green+Blue) = 166+59+204=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BCC is #59C433. Grayscale: #6B6B6B. Windows color (decimal): -5882932 or 13384614. OLE color: 13384614.

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

Color convert

RGB 166 59 204 -
CMYK 0.19 0.71 0 0.2
HSL 284.28º 0.59% 0.52% -
HSV(B) 284.28º 0.71% 0.8% -
XYZ 28.19 15.59 58.65 -
YUV 107.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 166 59 204 0.19 0.71 0 0.2 284.28 0.59 0.52
Hex A6 3B CC 13 47 0 14 11C 3B 34
Octal 246 73 314 23 107 0 24 434 73 64
Binary 10100110 111011 11001100 10011 1000111 0 10100 100011100 111011 110100

Color Harmonies of #A63BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BCC

Black with #A63BCC

Text Example


Text Example

White with #A63BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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