#A926B9

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

Shades of Dark Orchid #A926B9

Tints of Dark Orchid #A926B9

Color information

#A926B9 (or 0xA926B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 26 and B9. RGB value is (169,38,185). Sum of RGB (Red+Green+Blue) = 169+38+185=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #A926B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926B9 is #56D946. Grayscale: #5D5D5D. Windows color (decimal): -5691719 or 12134057. OLE color: 12134057.

HSL color Cylindrical-coordinate representation of color #A926B9: hue angle of 293.47º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A926B9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16938185-
CMYK0.090.7900.27
HSL293.47º65.92%43.73%-
HSV(B)293.47º79.46%72.55%-
XYZ25.8113.3247.11-
YUV93.93179.4181.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 38 (15.23% from 255) = 9.69%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=43.11%
G=9.69%
B=47.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169381850.090.7900.27293.4765.9243.73
HexA926B994F01B125422c
Octal251462711111703344510254
Binary1010100110011010111001100110011110110111001001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A926B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A926B9; }

 p { color: rgb(169,38,185); }

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

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

 a { background-color: rgb(169,38,185); }

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

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

 span { border-color: rgb(169,38,185); }

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