#A819B4

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

Shades of Dark Orchid #A819B4

Tints of Dark Orchid #A819B4

Color information

#A819B4 (or 0xA819B4) is unknown color: approx Dark Orchid. HEX triplet: A8, 19 and B4. RGB value is (168,25,180). Sum of RGB (Red+Green+Blue) = 168+25+180=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #A819B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819B4 is #57E64B. Grayscale: #545454. Windows color (decimal): -5760588 or 11803048. OLE color: 11803048.

HSL color Cylindrical-coordinate representation of color #A819B4: hue angle of 295.35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A819B4 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16825180-
CMYK0.070.8600.29
HSL295.35º75.61%40.2%-
HSV(B)295.35º86.11%70.59%-
XYZ24.7312.3244.25-
YUV85.43181.38186.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=45.04%
G=6.70%
B=48.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168251800.070.8600.29295.3575.6140.2
HexA819B475601D1274c28
Octal25031264712603544711450
Binary10101000110011011010011110101100111011001001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A819B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A819B4; }

 p { color: rgb(168,25,180); }

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

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

 a { background-color: rgb(168,25,180); }

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

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

 span { border-color: rgb(168,25,180); }

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