#A738BC

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

Shades of Dark Orchid #A738BC

Tints of Dark Orchid #A738BC

Color information

#A738BC (or 0xA738BC) is unknown color: approx Dark Orchid. HEX triplet: A7, 38 and BC. RGB value is (167,56,188). Sum of RGB (Red+Green+Blue) = 167+56+188=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A738BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738BC is #58C743. Grayscale: #676767. Windows color (decimal): -5818180 or 12335271. OLE color: 12335271.

HSL color Cylindrical-coordinate representation of color #A738BC: hue angle of 290.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A738BC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16756188-
CMYK0.110.7000.26
HSL290.45º54.1%47.84%-
HSV(B)290.45º70.21%73.73%-
XYZ26.4314.6749.02-
YUV104.24175.27172.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=40.63%
G=13.63%
B=45.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167561880.110.7000.26290.4554.147.84
HexA738BCB4601A1223630
Octal24770274131060324426660
Binary101001111110001011110010111000110011010100100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A738BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A738BC; }

 p { color: rgb(167,56,188); }

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

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

 a { background-color: rgb(167,56,188); }

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

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

 span { border-color: rgb(167,56,188); }

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