#A632C7

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

Shades of Dark Orchid #A632C7

Tints of Dark Orchid #A632C7

Color information

#A632C7 (or 0xA632C7) is unknown color: approx Dark Orchid. HEX triplet: A6, 32 and C7. RGB value is (166,50,199). Sum of RGB (Red+Green+Blue) = 166+50+199=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #A632C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632C7 is #59CD38. Grayscale: #656565. Windows color (decimal): -5885241 or 13054630. OLE color: 13054630.

HSL color Cylindrical-coordinate representation of color #A632C7: hue angle of 286.71º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A632C7 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16650199-
CMYK0.170.7500.22
HSL286.71º59.84%48.82%-
HSV(B)286.71º74.87%78.04%-
XYZ27.1814.5155.4-
YUV101.67182.93173.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 12.05%
BLUE value IS 199 (78.12% from 255) = 47.95%
R=40%
G=12.05%
B=47.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166501990.170.7500.22286.7159.8448.82
HexA632C7114B01611f3c31
Octal24662307211130264377461
Binary1010011011001011000111100011001011010110100011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A632C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A632C7; }

 p { color: rgb(166,50,199); }

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

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

 a { background-color: rgb(166,50,199); }

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

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

 span { border-color: rgb(166,50,199); }

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