#A435BE

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

Shades of Dark Orchid #A435BE

Tints of Dark Orchid #A435BE

Color information

#A435BE (or 0xA435BE) is unknown color: approx Dark Orchid. HEX triplet: A4, 35 and BE. RGB value is (164,53,190). Sum of RGB (Red+Green+Blue) = 164+53+190=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A435BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435BE is #5BCA41. Grayscale: #656565. Windows color (decimal): -6015554 or 12465572. OLE color: 12465572.

HSL color Cylindrical-coordinate representation of color #A435BE: hue angle of 288.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A435BE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16453190-
CMYK0.140.7200.25
HSL288.61º56.38%47.65%-
HSV(B)288.61º72.11%74.51%-
XYZ25.8814.1650.08-
YUV101.81177.77172.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=40.29%
G=13.02%
B=46.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164531900.140.7200.25288.6156.3847.65
HexA435BEE480191213830
Octal24465276161100314417060
Binary101001001101011011111011101001000011001100100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435BE; }

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

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

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

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

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

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

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

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