#A125B7

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

Shades of Dark Orchid #A125B7

Tints of Dark Orchid #A125B7

Color information

#A125B7 (or 0xA125B7) is unknown color: approx Dark Orchid. HEX triplet: A1, 25 and B7. RGB value is (161,37,183). Sum of RGB (Red+Green+Blue) = 161+37+183=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #A125B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125B7 is #5EDA48. Grayscale: #5A5A5A. Windows color (decimal): -6216265 or 12002721. OLE color: 12002721.

HSL color Cylindrical-coordinate representation of color #A125B7: hue angle of 290.96º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A125B7 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16137183-
CMYK0.120.8000.28
HSL290.96º66.36%43.14%-
HSV(B)290.96º79.78%71.76%-
XYZ23.9112.3245.92-
YUV90.72180.08178.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 37 (14.84% from 255) = 9.71%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=42.26%
G=9.71%
B=48.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161371830.120.8000.28290.9666.3643.14
HexA125B7C5001C123422b
Octal241452671412003444310253
Binary1010000110010110110111110010100000111001001000111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A125B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A125B7; }

 p { color: rgb(161,37,183); }

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

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

 a { background-color: rgb(161,37,183); }

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

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

 span { border-color: rgb(161,37,183); }

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