#A33CB4

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

Shades of Dark Orchid #A33CB4

Tints of Dark Orchid #A33CB4

Color information

#A33CB4 (or 0xA33CB4) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and B4. RGB value is (163,60,180). Sum of RGB (Red+Green+Blue) = 163+60+180=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A33CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CB4 is #5CC34B. Grayscale: #686868. Windows color (decimal): -6079308 or 11812003. OLE color: 11812003.

HSL color Cylindrical-coordinate representation of color #A33CB4: hue angle of 291.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33CB4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16360180-
CMYK0.090.6700.29
HSL291.5º50%47.06%-
HSV(B)291.5º66.67%70.59%-
XYZ24.9614.3144.63-
YUV104.48170.62169.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=40.45%
G=14.89%
B=44.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163601800.090.6700.29291.55047.06
HexA33CB494301D124322f
Octal24374264111030354446257
Binary101000111111001011010010011000011011101100100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CB4; }

 p { color: rgb(163,60,180); }

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

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

 a { background-color: rgb(163,60,180); }

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

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

 span { border-color: rgb(163,60,180); }

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