#A92BE2

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

Shades of Dark Orchid #A92BE2

Tints of Dark Orchid #A92BE2

Color information

#A92BE2 (or 0xA92BE2) is unknown color: approx Dark Orchid. HEX triplet: A9, 2B and E2. RGB value is (169,43,226). Sum of RGB (Red+Green+Blue) = 169+43+226=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 226 (88.67% from 255 or 51.60% from 438); Max value from RGB is 226 - color contains mainly: blue. Hex color #A92BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BE2 is #56D41D. Grayscale: #646464. Windows color (decimal): -5690398 or 14822313. OLE color: 14822313.

HSL color Cylindrical-coordinate representation of color #A92BE2: hue angle of 281.31º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92BE2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16943226-
CMYK0.250.8100.11
HSL281.31º75.93%52.75%-
HSV(B)281.31º80.97%88.63%-
XYZ30.9515.6573.34-
YUV101.54198.24176.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 43 (17.19% from 255) = 9.82%
BLUE value IS 226 (88.67% from 255) = 51.60%
R=38.58%
G=9.82%
B=51.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169432260.250.8100.11281.3175.9352.75
HexA92BE219510B1194c35
Octal251533423112101343111465
Binary1010100110101111100010110011010001010111000110011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92BE2; }

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

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

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

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

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

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

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

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