#A834C4

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

Shades of Dark Orchid #A834C4

Tints of Dark Orchid #A834C4

Color information

#A834C4 (or 0xA834C4) is unknown color: approx Dark Orchid. HEX triplet: A8, 34 and C4. RGB value is (168,52,196). Sum of RGB (Red+Green+Blue) = 168+52+196=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #A834C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834C4 is #57CB3B. Grayscale: #666666. Windows color (decimal): -5753660 or 12858536. OLE color: 12858536.

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

Color convert

RGB16852196-
CMYK0.140.7300.23
HSL288.33º58.06%48.63%-
HSV(B)288.33º73.47%76.86%-
XYZ27.3414.7753.63-
YUV103.1180.43174.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 196 (76.95% from 255) = 47.12%
R=40.38%
G=12.5%
B=47.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168521960.140.7300.23288.3358.0648.63
HexA834C4E490171203a31
Octal25064304161110274407261
Binary101010001101001100010011101001001010111100100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A834C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A834C4; }

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

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

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

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

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

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

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

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