#A919B4

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

Shades of Dark Orchid #A919B4

Tints of Dark Orchid #A919B4

Color information

#A919B4 (or 0xA919B4) is unknown color: approx Dark Orchid. HEX triplet: A9, 19 and B4. RGB value is (169,25,180). Sum of RGB (Red+Green+Blue) = 169+25+180=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #A919B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919B4 is #56E64B. Grayscale: #555555. Windows color (decimal): -5695052 or 11803049. OLE color: 11803049.

HSL color Cylindrical-coordinate representation of color #A919B4: hue angle of 295.74º 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 #A919B4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16925180-
CMYK0.060.8600.29
HSL295.74º75.61%40.2%-
HSV(B)295.74º86.11%70.59%-
XYZ24.9512.4344.26-
YUV85.73181.21187.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 25 (10.16% from 255) = 6.68%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=45.19%
G=6.68%
B=48.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169251800.060.8600.29295.7475.6140.2
HexA919B465601D1284c28
Octal25131264612603545011450
Binary10101001110011011010011010101100111011001010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A919B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A919B4; }

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

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

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

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

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

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

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

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