Html Css Color HEX #A63CCC Dark Orchid

📋 copy color: '#A63CCC'

red 166 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #A63CCC

Tints of Dark Orchid #A63CCC

RGB

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

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

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

R = 38.6%
G = 13.95%
B = 47.44%

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

#A63CCC (or 0xA63CCC) is known color: Dark Orchid. HEX triplet: A6, 3C and CC. RGB value is (166,60,204). Sum of RGB (Red+Green+Blue) = 166+60+204=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCC is #59C333. Grayscale: #6B6B6B. Windows color (decimal): -5882676 or 13384870. OLE color: 13384870.

HSL color Cylindrical-coordinate representation of color #A63CCC: hue angle of 284.17º 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 #A63CCC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 60 204 -
CMYK 0.19 0.71 0 0.2
HSL 284.17º 0.59% 0.52% -
HSV(B) 284.17º 0.71% 0.8% -
XYZ 28.24 15.7 58.67 -
YUV 108.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 166 60 204 0.19 0.71 0 0.2 284.17 0.59 0.52
Hex A6 3C CC 13 47 0 14 11C 3B 34
Octal 246 74 314 23 107 0 24 434 73 64
Binary 10100110 111100 11001100 10011 1000111 0 10100 100011100 111011 110100

Color Harmonies of #A63CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CCC

Black with #A63CCC

Text Example


Text Example

White with #A63CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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