#A735BA

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

Shades of Dark Orchid #A735BA

Tints of Dark Orchid #A735BA

Color information

#A735BA (or 0xA735BA) is unknown color: approx Dark Orchid. HEX triplet: A7, 35 and BA. RGB value is (167,53,186). Sum of RGB (Red+Green+Blue) = 167+53+186=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A735BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735BA is #58CA45. Grayscale: #656565. Windows color (decimal): -5818950 or 12203431. OLE color: 12203431.

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

Color convert

RGB16753186-
CMYK0.100.7200.27
HSL291.43º55.65%46.86%-
HSV(B)291.43º71.51%72.94%-
XYZ26.0714.3147.84-
YUV102.25175.27174.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=41.13%
G=13.05%
B=45.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167531860.100.7200.27291.4355.6546.86
HexA735BAA4801B123382f
Octal24765272121100334437057
Binary101001111101011011101010101001000011011100100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A735BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A735BA; }

 p { color: rgb(167,53,186); }

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

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

 a { background-color: rgb(167,53,186); }

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

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

 span { border-color: rgb(167,53,186); }

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