#A135AB

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

Shades of Dark Orchid #A135AB

Tints of Dark Orchid #A135AB

Color information

#A135AB (or 0xA135AB) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and AB. RGB value is (161,53,171). Sum of RGB (Red+Green+Blue) = 161+53+171=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A135AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A135AB is #5ECA54. Grayscale: #626262. Windows color (decimal): -6212181 or 11220385. OLE color: 11220385.

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

Color convert

RGB16153171-
CMYK0.060.6900.33
HSL294.92º52.68%43.92%-
HSV(B)294.92º69.01%67.06%-
XYZ23.3213.0639.82-
YUV98.74168.78172.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=41.82%
G=13.77%
B=44.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161531710.060.6900.33294.9252.6843.92
HexA135AB645021127352c
Octal2416525361050414476554
Binary101000011101011010101111010001010100001100100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135AB; }

 p { color: rgb(161,53,171); }

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

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

 a { background-color: rgb(161,53,171); }

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

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

 span { border-color: rgb(161,53,171); }

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