#A818B4

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

Shades of Dark Orchid #A818B4

Tints of Dark Orchid #A818B4

Color information

#A818B4 (or 0xA818B4) is unknown color: approx Dark Orchid. HEX triplet: A8, 18 and B4. RGB value is (168,24,180). Sum of RGB (Red+Green+Blue) = 168+24+180=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #A818B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818B4 is #57E74B. Grayscale: #545454. Windows color (decimal): -5760844 or 11802792. OLE color: 11802792.

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

Color convert

RGB16824180-
CMYK0.070.8700.29
HSL295.38º76.47%40%-
HSV(B)295.38º86.67%70.59%-
XYZ24.7112.2744.25-
YUV84.84181.71187.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=45.16%
G=6.45%
B=48.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168241800.070.8700.29295.3876.4740
HexA818B475701D1274c28
Octal25030264712703544711450
Binary10101000110001011010011110101110111011001001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A818B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A818B4; }

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

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

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

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

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

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

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

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