#A423CB

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

Shades of Dark Orchid #A423CB

Tints of Dark Orchid #A423CB

Color information

#A423CB (or 0xA423CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 23 and CB. RGB value is (164,35,203). Sum of RGB (Red+Green+Blue) = 164+35+203=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A423CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423CB is #5BDC34. Grayscale: #5C5C5C. Windows color (decimal): -6020149 or 13312932. OLE color: 13312932.

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

Color convert

RGB16435203-
CMYK0.190.8300.20
HSL286.07º70.59%46.67%-
HSV(B)286.07º82.76%79.61%-
XYZ26.6913.4157.68-
YUV92.72190.24178.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 35 (14.06% from 255) = 8.71%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=40.80%
G=8.71%
B=50.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164352030.190.8300.20286.0770.5946.67
HexA423CB135301411e472f
Octal244433132312302443610757
Binary10100100100011110010111001110100110101001000111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A423CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A423CB; }

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

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

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

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

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

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

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

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