#A620BF

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

Shades of Dark Orchid #A620BF

Tints of Dark Orchid #A620BF

Color information

#A620BF (or 0xA620BF) is unknown color: approx Dark Orchid. HEX triplet: A6, 20 and BF. RGB value is (166,32,191). Sum of RGB (Red+Green+Blue) = 166+32+191=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #A620BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620BF is #59DF40. Grayscale: #595959. Windows color (decimal): -5889857 or 12525734. OLE color: 12525734.

HSL color Cylindrical-coordinate representation of color #A620BF: hue angle of 290.57º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A620BF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16632191-
CMYK0.130.8300.25
HSL290.57º71.3%43.73%-
HSV(B)290.57º83.25%74.9%-
XYZ25.6512.950.43-
YUV90.19184.89182.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 32 (12.89% from 255) = 8.23%
BLUE value IS 191 (75% from 255) = 49.10%
R=42.67%
G=8.23%
B=49.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166321910.130.8300.25290.5771.343.73
HexA620BFD53019123472c
Octal246402771512303144310754
Binary1010011010000010111111110110100110110011001000111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A620BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A620BF; }

 p { color: rgb(166,32,191); }

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

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

 a { background-color: rgb(166,32,191); }

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

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

 span { border-color: rgb(166,32,191); }

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