#A726BF

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

Shades of Dark Orchid #A726BF

Tints of Dark Orchid #A726BF

Color information

#A726BF (or 0xA726BF) is unknown color: approx Dark Orchid. HEX triplet: A7, 26 and BF. RGB value is (167,38,191). Sum of RGB (Red+Green+Blue) = 167+38+191=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #A726BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726BF is #58D940. Grayscale: #5D5D5D. Windows color (decimal): -5822785 or 12527271. OLE color: 12527271.

HSL color Cylindrical-coordinate representation of color #A726BF: hue angle of 290.59º 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 #A726BF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16738191-
CMYK0.130.8000.25
HSL290.59º66.81%44.9%-
HSV(B)290.59º80.1%74.9%-
XYZ26.0313.3650.5-
YUV94.01182.74180.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 38 (15.23% from 255) = 9.60%
BLUE value IS 191 (75% from 255) = 48.23%
R=42.17%
G=9.60%
B=48.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167381910.130.8000.25290.5966.8144.9
HexA726BFD50019123432d
Octal247462771512003144310355
Binary1010011110011010111111110110100000110011001000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A726BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A726BF; }

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

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

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

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

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

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

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

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