#A834AB

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

Shades of Dark Orchid #A834AB

Tints of Dark Orchid #A834AB

Color information

#A834AB (or 0xA834AB) is unknown color: approx Dark Orchid. HEX triplet: A8, 34 and AB. RGB value is (168,52,171). Sum of RGB (Red+Green+Blue) = 168+52+171=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A834AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AB is #57CB54. Grayscale: #636363. Windows color (decimal): -5753685 or 11220136. OLE color: 11220136.

HSL color Cylindrical-coordinate representation of color #A834AB: hue angle of 298.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A834AB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16852171-
CMYK0.020.7000.33
HSL298.49º53.36%43.73%-
HSV(B)298.49º69.59%67.06%-
XYZ24.7313.7239.87-
YUV100.25167.93176.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=42.97%
G=13.30%
B=43.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168521710.020.7000.33298.4953.3643.73
HexA834AB24602112a352c
Octal2506425321060414526554
Binary10101000110100101010111010001100100001100101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A834AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A834AB; }

 p { color: rgb(168,52,171); }

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

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

 a { background-color: rgb(168,52,171); }

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

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

 span { border-color: rgb(168,52,171); }

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