#A71FBB

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

Shades of Dark Orchid #A71FBB

Tints of Dark Orchid #A71FBB

Color information

#A71FBB (or 0xA71FBB) is unknown color: approx Dark Orchid. HEX triplet: A7, 1F and BB. RGB value is (167,31,187). Sum of RGB (Red+Green+Blue) = 167+31+187=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A71FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FBB is #58E044. Grayscale: #585858. Windows color (decimal): -5824581 or 12263335. OLE color: 12263335.

HSL color Cylindrical-coordinate representation of color #A71FBB: hue angle of 292.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71FBB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16731187-
CMYK0.110.8300.27
HSL292.31º71.56%42.75%-
HSV(B)292.31º83.42%73.33%-
XYZ25.412.7848.14-
YUV89.45183.06183.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 31 (12.5% from 255) = 8.05%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=43.38%
G=8.05%
B=48.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167311870.110.8300.27292.3171.5642.75
HexA71FBBB5301B124482b
Octal247372731312303344411053
Binary101001111111110111011101110100110110111001001001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71FBB; }

 p { color: rgb(167,31,187); }

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

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

 a { background-color: rgb(167,31,187); }

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

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

 span { border-color: rgb(167,31,187); }

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