#A838BC

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

Shades of Dark Orchid #A838BC

Tints of Dark Orchid #A838BC

Color information

#A838BC (or 0xA838BC) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and BC. RGB value is (168,56,188). Sum of RGB (Red+Green+Blue) = 168+56+188=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #A838BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838BC is #57C743. Grayscale: #686868. Windows color (decimal): -5752644 or 12335272. OLE color: 12335272.

HSL color Cylindrical-coordinate representation of color #A838BC: hue angle of 290.91º 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 #A838BC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16856188-
CMYK0.110.7000.26
HSL290.91º54.1%47.84%-
HSV(B)290.91º70.21%73.73%-
XYZ26.6414.7849.03-
YUV104.54175.11173.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 56 (22.27% from 255) = 13.59%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=40.78%
G=13.59%
B=45.63%

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
Decimal168561880.110.7000.26290.9154.147.84
HexA838BCB4601A1233630
Octal25070274131060324436660
Binary101010001110001011110010111000110011010100100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838BC; }

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

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

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

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

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

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

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

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