#A237C3

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

Shades of Dark Orchid #A237C3

Tints of Dark Orchid #A237C3

Color information

#A237C3 (or 0xA237C3) is unknown color: approx Dark Orchid. HEX triplet: A2, 37 and C3. RGB value is (162,55,195). Sum of RGB (Red+Green+Blue) = 162+55+195=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #A237C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237C3 is #5DC83C. Grayscale: #666666. Windows color (decimal): -6146109 or 12793762. OLE color: 12793762.

HSL color Cylindrical-coordinate representation of color #A237C3: hue angle of 285.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A237C3 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16255195-
CMYK0.170.7200.24
HSL285.86º56%49.02%-
HSV(B)285.86º71.79%76.47%-
XYZ26.1214.3553.02-
YUV102.95179.95170.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 55 (21.88% from 255) = 13.35%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=39.32%
G=13.35%
B=47.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162551950.170.7200.24285.865649.02
HexA237C3114801811e3831
Octal24267303211100304367061
Binary1010001011011111000011100011001000011000100011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A237C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A237C3; }

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

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

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

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

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

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

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

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