#A135BC

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

Shades of Dark Orchid #A135BC

Tints of Dark Orchid #A135BC

Color information

#A135BC (or 0xA135BC) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and BC. RGB value is (161,53,188). Sum of RGB (Red+Green+Blue) = 161+53+188=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #A135BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135BC is #5ECA43. Grayscale: #646464. Windows color (decimal): -6212164 or 12334497. OLE color: 12334497.

HSL color Cylindrical-coordinate representation of color #A135BC: hue angle of 288º 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 #A135BC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16153188-
CMYK0.140.7200.26
HSL288º56.02%47.25%-
HSV(B)288º71.81%73.73%-
XYZ25.0513.7548.91-
YUV100.68177.28171.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=40.05%
G=13.18%
B=46.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161531880.140.7200.2628856.0247.25
HexA135BCE4801A120382f
Octal24165274161100324407057
Binary101000011101011011110011101001000011010100100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135BC; }

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

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

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

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

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

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

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

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