#A134C4

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

Shades of Dark Orchid #A134C4

Tints of Dark Orchid #A134C4

Color information

#A134C4 (or 0xA134C4) is unknown color: approx Dark Orchid. HEX triplet: A1, 34 and C4. RGB value is (161,52,196). Sum of RGB (Red+Green+Blue) = 161+52+196=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #A134C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134C4 is #5ECB3B. Grayscale: #646464. Windows color (decimal): -6212412 or 12858529. OLE color: 12858529.

HSL color Cylindrical-coordinate representation of color #A134C4: hue angle of 285.42º 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 #A134C4 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16152196-
CMYK0.180.7300.23
HSL285.42º58.06%48.63%-
HSV(B)285.42º73.47%76.86%-
XYZ25.8914.0253.57-
YUV101.01181.61170.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=39.36%
G=12.71%
B=47.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161521960.180.7300.23285.4258.0648.63
HexA134C4124901711d3a31
Octal24164304221110274357261
Binary1010000111010011000100100101001001010111100011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A134C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A134C4; }

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

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

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

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

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

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

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

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