#A42FBE

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

Shades of Dark Orchid #A42FBE

Tints of Dark Orchid #A42FBE

Color information

#A42FBE (or 0xA42FBE) is unknown color: approx Dark Orchid. HEX triplet: A4, 2F and BE. RGB value is (164,47,190). Sum of RGB (Red+Green+Blue) = 164+47+190=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FBE is #5BD041. Grayscale: #616161. Windows color (decimal): -6017090 or 12464036. OLE color: 12464036.

HSL color Cylindrical-coordinate representation of color #A42FBE: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42FBE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16447190-
CMYK0.140.7500.25
HSL289.09º60.34%46.47%-
HSV(B)289.09º75.26%74.51%-
XYZ25.6213.6450-
YUV98.28179.76174.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 47 (18.75% from 255) = 11.72%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=40.90%
G=11.72%
B=47.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164471900.140.7500.25289.0960.3446.47
HexA42FBEE4B0191213c2e
Octal24457276161130314417456
Binary101001001011111011111011101001011011001100100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42FBE; }

 p { color: rgb(164,47,190); }

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

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

 a { background-color: rgb(164,47,190); }

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

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

 span { border-color: rgb(164,47,190); }

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