#A633C1

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

Shades of Dark Orchid #A633C1

Tints of Dark Orchid #A633C1

Color information

#A633C1 (or 0xA633C1) is unknown color: approx Dark Orchid. HEX triplet: A6, 33 and C1. RGB value is (166,51,193). Sum of RGB (Red+Green+Blue) = 166+51+193=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #A633C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633C1 is #59CC3E. Grayscale: #656565. Windows color (decimal): -5884991 or 12661670. OLE color: 12661670.

HSL color Cylindrical-coordinate representation of color #A633C1: hue angle of 288.59º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A633C1 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16651193-
CMYK0.140.7400.24
HSL288.59º58.2%47.84%-
HSV(B)288.59º73.58%75.69%-
XYZ26.5414.3251.82-
YUV101.57179.6173.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=40.49%
G=12.44%
B=47.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166511930.140.7400.24288.5958.247.84
HexA633C1E4A0181213a30
Octal24663301161120304417260
Binary101001101100111100000111101001010011000100100001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A633C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A633C1; }

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

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

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

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

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

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

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

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