#A42BAF

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

Shades of Dark Orchid #A42BAF

Tints of Dark Orchid #A42BAF

Color information

#A42BAF (or 0xA42BAF) is unknown color: approx Dark Orchid. HEX triplet: A4, 2B and AF. RGB value is (164,43,175). Sum of RGB (Red+Green+Blue) = 164+43+175=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A42BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BAF is #5BD450. Grayscale: #5D5D5D. Windows color (decimal): -6018129 or 11479972. OLE color: 11479972.

HSL color Cylindrical-coordinate representation of color #A42BAF: hue angle of 295º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42BAF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16443175-
CMYK0.060.7500.31
HSL295º60.55%42.75%-
HSV(B)295º75.43%68.63%-
XYZ23.9112.7241.75-
YUV94.23173.59177.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 43 (17.19% from 255) = 11.26%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=42.93%
G=11.26%
B=45.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164431750.060.7500.3129560.5542.75
HexA42BAF64B01F1273d2b
Octal2445325761130374477553
Binary10100100101011101011111101001011011111100100111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42BAF; }

 p { color: rgb(164,43,175); }

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

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

 a { background-color: rgb(164,43,175); }

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

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

 span { border-color: rgb(164,43,175); }

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