#A92BC3

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

Shades of Dark Orchid #A92BC3

Tints of Dark Orchid #A92BC3

Color information

#A92BC3 (or 0xA92BC3) is unknown color: approx Dark Orchid. HEX triplet: A9, 2B and C3. RGB value is (169,43,195). Sum of RGB (Red+Green+Blue) = 169+43+195=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #A92BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BC3 is #56D43C. Grayscale: #616161. Windows color (decimal): -5690429 or 12790697. OLE color: 12790697.

HSL color Cylindrical-coordinate representation of color #A92BC3: hue angle of 289.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92BC3 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16943195-
CMYK0.130.7800.24
HSL289.74º63.87%46.67%-
HSV(B)289.74º77.95%76.47%-
XYZ27.0814.152.92-
YUV98182.74178.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 43 (17.19% from 255) = 10.57%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=41.52%
G=10.57%
B=47.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169431950.130.7800.24289.7463.8746.67
HexA92BC3D4E018122402f
Octal251533031511603044210057
Binary1010100110101111000011110110011100110001001000101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92BC3; }

 p { color: rgb(169,43,195); }

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

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

 a { background-color: rgb(169,43,195); }

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

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

 span { border-color: rgb(169,43,195); }

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