#A134E0

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

Shades of Dark Orchid #A134E0

Tints of Dark Orchid #A134E0

Color information

#A134E0 (or 0xA134E0) is unknown color: approx Dark Orchid. HEX triplet: A1, 34 and E0. RGB value is (161,52,224). Sum of RGB (Red+Green+Blue) = 161+52+224=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #A134E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134E0 is #5ECB1F. Grayscale: #676767. Windows color (decimal): -6212384 or 14693537. OLE color: 14693537.

HSL color Cylindrical-coordinate representation of color #A134E0: hue angle of 278.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A134E0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16152224-
CMYK0.280.7700.12
HSL278.02º73.5%54.12%-
HSV(B)278.02º76.79%87.84%-
XYZ29.3815.4171.95-
YUV104.2195.61168.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 52 (20.70% from 255) = 11.90%
BLUE value IS 224 (87.89% from 255) = 51.26%
R=36.84%
G=11.90%
B=51.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161522240.280.7700.12278.0273.554.12
HexA134E01C4D0C1164a36
Octal241643403411501442611266
Binary1010000111010011100000111001001101011001000101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A134E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A134E0; }

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

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

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

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

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

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

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

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