#A235BB

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

Shades of Dark Orchid #A235BB

Tints of Dark Orchid #A235BB

Color information

#A235BB (or 0xA235BB) is unknown color: approx Dark Orchid. HEX triplet: A2, 35 and BB. RGB value is (162,53,187). Sum of RGB (Red+Green+Blue) = 162+53+187=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #A235BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235BB is #5DCA44. Grayscale: #646464. Windows color (decimal): -6146629 or 12268962. OLE color: 12268962.

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

Color convert

RGB16253187-
CMYK0.130.7200.27
HSL288.81º55.83%47.06%-
HSV(B)288.81º71.66%73.33%-
XYZ25.1413.8248.36-
YUV100.87176.61171.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=40.30%
G=13.18%
B=46.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162531870.130.7200.27288.8155.8347.06
HexA235BBD4801B121382f
Octal24265273151100334417057
Binary101000101101011011101111011001000011011100100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235BB; }

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

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

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

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

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

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

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

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