#A51CB1

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

Shades of Dark Orchid #A51CB1

Tints of Dark Orchid #A51CB1

Color information

#A51CB1 (or 0xA51CB1) is unknown color: approx Dark Orchid. HEX triplet: A5, 1C and B1. RGB value is (165,28,177). Sum of RGB (Red+Green+Blue) = 165+28+177=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #A51CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51CB1 is #5AE34E. Grayscale: #555555. Windows color (decimal): -5956431 or 11607205. OLE color: 11607205.

HSL color Cylindrical-coordinate representation of color #A51CB1: hue angle of 295.17º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51CB1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16528177-
CMYK0.070.8400.31
HSL295.17º72.68%40.2%-
HSV(B)295.17º84.18%69.41%-
XYZ23.871242.65-
YUV85.95179.39184.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=44.59%
G=7.57%
B=47.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165281770.070.8400.31295.1772.6840.2
HexA51CB175401F1274928
Octal24534261712403744711150
Binary10100101111001011000111110101000111111001001111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51CB1; }

 p { color: rgb(165,28,177); }

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

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

 a { background-color: rgb(165,28,177); }

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

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

 span { border-color: rgb(165,28,177); }

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