#A435C4

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

Shades of Dark Orchid #A435C4

Tints of Dark Orchid #A435C4

Color information

#A435C4 (or 0xA435C4) is unknown color: approx Dark Orchid. HEX triplet: A4, 35 and C4. RGB value is (164,53,196). Sum of RGB (Red+Green+Blue) = 164+53+196=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #A435C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435C4 is #5BCA3B. Grayscale: #666666. Windows color (decimal): -6015548 or 12858788. OLE color: 12858788.

HSL color Cylindrical-coordinate representation of color #A435C4: hue angle of 286.57º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A435C4 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16453196-
CMYK0.160.7300.23
HSL286.57º57.43%48.82%-
HSV(B)286.57º72.96%76.86%-
XYZ26.5514.4253.61-
YUV102.49180.77171.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=39.71%
G=12.83%
B=47.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164531960.160.7300.23286.5757.4348.82
HexA435C4104901711f3931
Octal24465304201110274377161
Binary1010010011010111000100100001001001010111100011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435C4; }

 p { color: rgb(164,53,196); }

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

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

 a { background-color: rgb(164,53,196); }

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

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

 span { border-color: rgb(164,53,196); }

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