#A434BC

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

Shades of Dark Orchid #A434BC

Tints of Dark Orchid #A434BC

Color information

#A434BC (or 0xA434BC) is unknown color: approx Dark Orchid. HEX triplet: A4, 34 and BC. RGB value is (164,52,188). Sum of RGB (Red+Green+Blue) = 164+52+188=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A434BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BC is #5BCB43. Grayscale: #646464. Windows color (decimal): -6015812 or 12334244. OLE color: 12334244.

HSL color Cylindrical-coordinate representation of color #A434BC: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A434BC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16452188-
CMYK0.130.7200.26
HSL289.41º56.67%47.06%-
HSV(B)289.41º72.34%73.73%-
XYZ25.6113.9848.93-
YUV100.99177.11172.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=40.59%
G=12.87%
B=46.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164521880.130.7200.26289.4156.6747.06
HexA434BCD4801A121392f
Octal24464274151100324417157
Binary101001001101001011110011011001000011010100100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434BC; }

 p { color: rgb(164,52,188); }

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

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

 a { background-color: rgb(164,52,188); }

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

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

 span { border-color: rgb(164,52,188); }

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