#A135BD

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

Shades of Dark Orchid #A135BD

Tints of Dark Orchid #A135BD

Color information

#A135BD (or 0xA135BD) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and BD. RGB value is (161,53,189). Sum of RGB (Red+Green+Blue) = 161+53+189=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #A135BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135BD is #5ECA42. Grayscale: #646464. Windows color (decimal): -6212163 or 12400033. OLE color: 12400033.

HSL color Cylindrical-coordinate representation of color #A135BD: hue angle of 287.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A135BD is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16153189-
CMYK0.150.7200.26
HSL287.65º56.2%47.45%-
HSV(B)287.65º71.96%74.12%-
XYZ25.1613.849.48-
YUV100.8177.78170.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=39.95%
G=13.15%
B=46.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161531890.150.7200.26287.6556.247.45
HexA135BDF4801A120382f
Octal24165275171100324407057
Binary101000011101011011110111111001000011010100100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135BD; }

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

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

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

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

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

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

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

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