#A826BF

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

Shades of Dark Orchid #A826BF

Tints of Dark Orchid #A826BF

Color information

#A826BF (or 0xA826BF) is unknown color: approx Dark Orchid. HEX triplet: A8, 26 and BF. RGB value is (168,38,191). Sum of RGB (Red+Green+Blue) = 168+38+191=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #A826BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BF is #57D940. Grayscale: #5D5D5D. Windows color (decimal): -5757249 or 12527272. OLE color: 12527272.

HSL color Cylindrical-coordinate representation of color #A826BF: hue angle of 290.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A826BF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16838191-
CMYK0.120.8000.25
HSL290.98º66.81%44.9%-
HSV(B)290.98º80.1%74.9%-
XYZ26.2513.4750.51-
YUV94.31182.57180.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 191 (75% from 255) = 48.11%
R=42.32%
G=9.57%
B=48.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168381910.120.8000.25290.9866.8144.9
HexA826BFC50019123432d
Octal250462771412003144310355
Binary1010100010011010111111110010100000110011001000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A826BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A826BF; }

 p { color: rgb(168,38,191); }

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

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

 a { background-color: rgb(168,38,191); }

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

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

 span { border-color: rgb(168,38,191); }

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