#A722BD

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

Shades of Dark Orchid #A722BD

Tints of Dark Orchid #A722BD

Color information

#A722BD (or 0xA722BD) is unknown color: approx Dark Orchid. HEX triplet: A7, 22 and BD. RGB value is (167,34,189). Sum of RGB (Red+Green+Blue) = 167+34+189=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A722BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722BD is #58DD42. Grayscale: #5A5A5A. Windows color (decimal): -5823811 or 12395175. OLE color: 12395175.

HSL color Cylindrical-coordinate representation of color #A722BD: hue angle of 291.48º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A722BD is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16734189-
CMYK0.120.8200.26
HSL291.48º69.51%43.73%-
HSV(B)291.48º82.01%74.12%-
XYZ25.6913.0349.31-
YUV91.44183.06181.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=42.82%
G=8.72%
B=48.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167341890.120.8200.26291.4869.5143.73
HexA722BDC5201A123462c
Octal247422751412203244310654
Binary1010011110001010111101110010100100110101001000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A722BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A722BD; }

 p { color: rgb(167,34,189); }

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

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

 a { background-color: rgb(167,34,189); }

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

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

 span { border-color: rgb(167,34,189); }

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