#A440CB

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

Shades of Dark Orchid #A440CB

Tints of Dark Orchid #A440CB

Color information

#A440CB (or 0xA440CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 40 and CB. RGB value is (164,64,203). Sum of RGB (Red+Green+Blue) = 164+64+203=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A440CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440CB is #5BBF34. Grayscale: #6D6D6D. Windows color (decimal): -6012725 or 13320356. OLE color: 13320356.

HSL color Cylindrical-coordinate representation of color #A440CB: hue angle of 283.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A440CB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16464203-
CMYK0.190.6800.20
HSL283.17º57.2%52.35%-
HSV(B)283.17º68.47%79.61%-
XYZ27.9215.8758.09-
YUV109.75180.63166.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=38.05%
G=14.85%
B=47.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164642030.190.6800.20283.1757.252.35
HexA440CB134401411b3934
Octal244100313231040244337164
Binary10100100100000011001011100111000100010100100011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A440CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A440CB; }

 p { color: rgb(164,64,203); }

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

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

 a { background-color: rgb(164,64,203); }

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

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

 span { border-color: rgb(164,64,203); }

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