#A335C4

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

Shades of Dark Orchid #A335C4

Tints of Dark Orchid #A335C4

Color information

#A335C4 (or 0xA335C4) is unknown color: approx Dark Orchid. HEX triplet: A3, 35 and C4. RGB value is (163,53,196). Sum of RGB (Red+Green+Blue) = 163+53+196=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #A335C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335C4 is #5CCA3B. Grayscale: #656565. Windows color (decimal): -6081084 or 12858787. OLE color: 12858787.

HSL color Cylindrical-coordinate representation of color #A335C4: hue angle of 286.15º 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 #A335C4 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16353196-
CMYK0.170.7300.23
HSL286.15º57.43%48.82%-
HSV(B)286.15º72.96%76.86%-
XYZ26.3414.3253.6-
YUV102.19180.94171.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=39.56%
G=12.86%
B=47.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163531960.170.7300.23286.1557.4348.82
HexA335C4114901711e3931
Octal24365304211110274367161
Binary1010001111010111000100100011001001010111100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A335C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A335C4; }

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

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

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

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

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

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

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

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