#A435BD

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

Shades of Dark Orchid #A435BD

Tints of Dark Orchid #A435BD

Color information

#A435BD (or 0xA435BD) is unknown color: approx Dark Orchid. HEX triplet: A4, 35 and BD. RGB value is (164,53,189). Sum of RGB (Red+Green+Blue) = 164+53+189=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A435BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435BD is #5BCA42. Grayscale: #656565. Windows color (decimal): -6015555 or 12400036. OLE color: 12400036.

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

Color convert

RGB16453189-
CMYK0.130.7200.26
HSL288.97º56.2%47.45%-
HSV(B)288.97º71.96%74.12%-
XYZ25.7714.1149.51-
YUV101.69177.27172.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=40.39%
G=13.05%
B=46.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164531890.130.7200.26288.9756.247.45
HexA435BDD4801A121382f
Octal24465275151100324417057
Binary101001001101011011110111011001000011010100100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435BD; }

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

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

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

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

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

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

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

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