#A926C4

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

Shades of Dark Orchid #A926C4

Tints of Dark Orchid #A926C4

Color information

#A926C4 (or 0xA926C4) is unknown color: approx Dark Orchid. HEX triplet: A9, 26 and C4. RGB value is (169,38,196). Sum of RGB (Red+Green+Blue) = 169+38+196=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #A926C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926C4 is #56D93B. Grayscale: #5E5E5E. Windows color (decimal): -5691708 or 12854953. OLE color: 12854953.

HSL color Cylindrical-coordinate representation of color #A926C4: hue angle of 289.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A926C4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16938196-
CMYK0.140.8100.23
HSL289.75º67.52%45.88%-
HSV(B)289.75º80.61%76.86%-
XYZ27.0213.8153.47-
YUV95.18184.9180.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=41.94%
G=9.43%
B=48.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169381960.140.8100.23289.7567.5245.88
HexA926C4E51017122442e
Octal251463041612102744210456
Binary1010100110011011000100111010100010101111001000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A926C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A926C4; }

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

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

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

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

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

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

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

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