#A23BBB

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

Shades of Dark Orchid #A23BBB

Tints of Dark Orchid #A23BBB

Color information

#A23BBB (or 0xA23BBB) is unknown color: approx Dark Orchid. HEX triplet: A2, 3B and BB. RGB value is (162,59,187). Sum of RGB (Red+Green+Blue) = 162+59+187=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A23BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BBB is #5DC444. Grayscale: #676767. Windows color (decimal): -6145093 or 12270498. OLE color: 12270498.

HSL color Cylindrical-coordinate representation of color #A23BBB: hue angle of 288.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23BBB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16259187-
CMYK0.130.6800.27
HSL288.28º52.03%48.24%-
HSV(B)288.28º68.45%73.33%-
XYZ25.4314.448.45-
YUV104.39174.62169.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 59 (23.44% from 255) = 14.46%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=39.71%
G=14.46%
B=45.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162591870.130.6800.27288.2852.0348.24
HexA23BBBD4401B1203430
Octal24273273151040334406460
Binary101000101110111011101111011000100011011100100000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BBB; }

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

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

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

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

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

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

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

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