#a430b1

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

Shades of Dark Orchid #A430B1

Tints of Dark Orchid #A430B1

Color information

#A430B1 (or 0xA430B1) is unknown color: approx Dark Orchid. HEX triplet: A4, 30 and B1. RGB value is (164,48,177). Sum of RGB (Red+Green+Blue) = 164+48+177=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #A430B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430B1 is #5BCF4E. Grayscale: #606060. Windows color (decimal): -6016847 or 11612324. OLE color: 11612324.

HSL color Cylindrical-coordinate representation of color #A430B1: hue angle of 293.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A430B1 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16448177-
CMYK0.070.7300.31
HSL293.95º57.33%44.12%-
HSV(B)293.95º72.88%69.41%-
XYZ24.313.1842.86-
YUV97.39172.93175.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 48 (19.14% from 255) = 12.34%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=42.16%
G=12.34%
B=45.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164481770.070.7300.31293.9557.3344.12
HexA430B174901F126392c
Octal2446026171110374467154
Binary10100100110000101100011111001001011111100100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a430b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a430b1; }

 p { color: rgb(164,48,177); }

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

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

 a { background-color: rgb(164,48,177); }

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

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

 span { border-color: rgb(164,48,177); }

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