#A235B5

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

Shades of Dark Orchid #A235B5

Tints of Dark Orchid #A235B5

Color information

#A235B5 (or 0xA235B5) is unknown color: approx Dark Orchid. HEX triplet: A2, 35 and B5. RGB value is (162,53,181). Sum of RGB (Red+Green+Blue) = 162+53+181=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #A235B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235B5 is #5DCA4A. Grayscale: #636363. Windows color (decimal): -6146635 or 11875746. OLE color: 11875746.

HSL color Cylindrical-coordinate representation of color #A235B5: hue angle of 291.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A235B5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16253181-
CMYK0.100.7100.29
HSL291.09º54.7%45.88%-
HSV(B)291.09º70.72%70.98%-
XYZ24.5113.5645.04-
YUV100.18173.61172.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 53 (21.09% from 255) = 13.38%
BLUE value IS 181 (71.09% from 255) = 45.71%
R=40.91%
G=13.38%
B=45.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162531810.100.7100.29291.0954.745.88
HexA235B5A4701D123372e
Octal24265265121070354436756
Binary101000101101011011010110101000111011101100100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235B5; }

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

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

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

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

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

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

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

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