#A43BCA

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

Shades of Dark Orchid #A43BCA

Tints of Dark Orchid #A43BCA

Color information

#A43BCA (or 0xA43BCA) is unknown color: approx Dark Orchid. HEX triplet: A4, 3B and CA. RGB value is (164,59,202). Sum of RGB (Red+Green+Blue) = 164+59+202=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A43BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BCA is #5BC435. Grayscale: #6A6A6A. Windows color (decimal): -6014006 or 13253540. OLE color: 13253540.

HSL color Cylindrical-coordinate representation of color #A43BCA: hue angle of 284.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43BCA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16459202-
CMYK0.190.7100.21
HSL284.06º57.43%51.18%-
HSV(B)284.06º70.79%79.22%-
XYZ27.5315.2857.38-
YUV106.7181.79168.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=38.59%
G=13.88%
B=47.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164592020.190.7100.21284.0657.4351.18
HexA43BCA134701511c3933
Octal24473312231070254347163
Binary1010010011101111001010100111000111010101100011100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BCA; }

 p { color: rgb(164,59,202); }

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

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

 a { background-color: rgb(164,59,202); }

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

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

 span { border-color: rgb(164,59,202); }

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