#A633B1

Color #A633B1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A633B1

Tints of Dark Orchid #A633B1

Color information

#A633B1 (or 0xA633B1) is unknown color: approx Dark Orchid. HEX triplet: A6, 33 and B1. RGB value is (166,51,177). Sum of RGB (Red+Green+Blue) = 166+51+177=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #A633B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A633B1 is #59CC4E. Grayscale: #636363. Windows color (decimal): -5885007 or 11613094. OLE color: 11613094.

HSL color Cylindrical-coordinate representation of color #A633B1: hue angle of 294.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A633B1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16651177-
CMYK0.060.7100.31
HSL294.76º55.26%44.71%-
HSV(B)294.76º71.19%69.41%-
XYZ24.8513.6542.92-
YUV99.75171.6175.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=42.13%
G=12.94%
B=44.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166511770.060.7100.31294.7655.2644.71
HexA633B164701F127372d
Octal2466326161070374476755
Binary10100110110011101100011101000111011111100100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A633B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A633B1; }

 p { color: rgb(166,51,177); }

 H1.HeaderClassName
 {
   color: #A633B1;
 }
 .AnyTagClassName
 {
   color: #A633B1;
 }
</style>
background-color css

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

 a { background-color: rgb(166,51,177); }

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

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

 span { border-color: rgb(166,51,177); }

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