#a237bf

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

Shades of Dark Orchid #A237BF

Tints of Dark Orchid #A237BF

Color information

#A237BF (or 0xA237BF) is unknown color: approx Dark Orchid. HEX triplet: A2, 37 and BF. RGB value is (162,55,191). Sum of RGB (Red+Green+Blue) = 162+55+191=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #A237BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237BF is #5DC840. Grayscale: #666666. Windows color (decimal): -6146113 or 12531618. OLE color: 12531618.

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

Color convert

RGB16255191-
CMYK0.150.7100.25
HSL287.21º55.28%48.24%-
HSV(B)287.21º71.2%74.9%-
XYZ25.6714.1850.67-
YUV102.5177.95170.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 55 (21.88% from 255) = 13.48%
BLUE value IS 191 (75% from 255) = 46.81%
R=39.71%
G=13.48%
B=46.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162551910.150.7100.25287.2155.2848.24
HexA237BFF4701911f3730
Octal24267277171070314376760
Binary101000101101111011111111111000111011001100011111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a237bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a237bf; }

 p { color: rgb(162,55,191); }

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

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

 a { background-color: rgb(162,55,191); }

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

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

 span { border-color: rgb(162,55,191); }

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