#A235AA

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

Shades of Dark Orchid #A235AA

Tints of Dark Orchid #A235AA

Color information

#A235AA (or 0xA235AA) is unknown color: approx Dark Orchid. HEX triplet: A2, 35 and AA. RGB value is (162,53,170). Sum of RGB (Red+Green+Blue) = 162+53+170=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A235AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235AA is #5DCA55. Grayscale: #626262. Windows color (decimal): -6146646 or 11154850. OLE color: 11154850.

HSL color Cylindrical-coordinate representation of color #A235AA: hue angle of 295.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A235AA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16253170-
CMYK0.050.6900.33
HSL295.9º52.47%43.73%-
HSV(B)295.9º68.82%66.67%-
XYZ23.4313.1339.33-
YUV98.93168.11172.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=42.08%
G=13.77%
B=44.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162531700.050.6900.33295.952.4743.73
HexA235AA545021128342c
Octal2426525251050414506454
Binary101000101101011010101010110001010100001100101000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235AA; }

 p { color: rgb(162,53,170); }

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

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

 a { background-color: rgb(162,53,170); }

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

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

 span { border-color: rgb(162,53,170); }

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