#A334BC

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

Shades of Dark Orchid #A334BC

Tints of Dark Orchid #A334BC

Color information

#A334BC (or 0xA334BC) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and BC. RGB value is (163,52,188). Sum of RGB (Red+Green+Blue) = 163+52+188=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A334BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BC is #5CCB43. Grayscale: #646464. Windows color (decimal): -6081348 or 12334243. OLE color: 12334243.

HSL color Cylindrical-coordinate representation of color #A334BC: hue angle of 288.97º 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 #A334BC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16352188-
CMYK0.130.7200.26
HSL288.97º56.67%47.06%-
HSV(B)288.97º72.34%73.73%-
XYZ25.4113.8748.92-
YUV100.69177.27172.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 52 (20.70% from 255) = 12.90%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=40.45%
G=12.90%
B=46.65%

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
Decimal163521880.130.7200.26288.9756.6747.06
HexA334BCD4801A121392f
Octal24364274151100324417157
Binary101000111101001011110011011001000011010100100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334BC; }

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

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

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

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

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

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

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

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