#A932B3

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

Shades of Dark Orchid #A932B3

Tints of Dark Orchid #A932B3

Color information

#A932B3 (or 0xA932B3) is unknown color: approx Dark Orchid. HEX triplet: A9, 32 and B3. RGB value is (169,50,179). Sum of RGB (Red+Green+Blue) = 169+50+179=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #A932B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932B3 is #56CD4C. Grayscale: #636363. Windows color (decimal): -5688653 or 11743913. OLE color: 11743913.

HSL color Cylindrical-coordinate representation of color #A932B3: hue angle of 295.35º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A932B3 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16950179-
CMYK0.060.7200.30
HSL295.35º56.33%44.9%-
HSV(B)295.35º72.07%70.2%-
XYZ25.6413.9743.99-
YUV100.29172.42177.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 50 (19.92% from 255) = 12.56%
BLUE value IS 179 (70.31% from 255) = 44.97%
R=42.46%
G=12.56%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169501790.060.7200.30295.3556.3344.9
HexA932B364801E127382d
Octal2516226361100364477055
Binary10101001110010101100111101001000011110100100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A932B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A932B3; }

 p { color: rgb(169,50,179); }

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

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

 a { background-color: rgb(169,50,179); }

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

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

 span { border-color: rgb(169,50,179); }

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