#A838BB

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

Shades of Dark Orchid #A838BB

Tints of Dark Orchid #A838BB

Color information

#A838BB (or 0xA838BB) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and BB. RGB value is (168,56,187). Sum of RGB (Red+Green+Blue) = 168+56+187=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A838BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838BB is #57C744. Grayscale: #686868. Windows color (decimal): -5752645 or 12269736. OLE color: 12269736.

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

Color convert

RGB16856187-
CMYK0.100.7000.27
HSL291.3º53.91%47.65%-
HSV(B)291.3º70.05%73.33%-
XYZ26.5314.7448.46-
YUV104.42174.61173.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=40.88%
G=13.63%
B=45.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168561870.100.7000.27291.353.9147.65
HexA838BBA4601B1233630
Octal25070273121060334436660
Binary101010001110001011101110101000110011011100100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838BB; }

 p { color: rgb(168,56,187); }

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

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

 a { background-color: rgb(168,56,187); }

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

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

 span { border-color: rgb(168,56,187); }

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