#A135C4

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

Shades of Dark Orchid #A135C4

Tints of Dark Orchid #A135C4

Color information

#A135C4 (or 0xA135C4) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and C4. RGB value is (161,53,196). Sum of RGB (Red+Green+Blue) = 161+53+196=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #A135C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135C4 is #5ECA3B. Grayscale: #656565. Windows color (decimal): -6212156 or 12858785. OLE color: 12858785.

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

Color convert

RGB16153196-
CMYK0.180.7300.23
HSL285.31º57.43%48.82%-
HSV(B)285.31º72.96%76.86%-
XYZ25.9314.1153.58-
YUV101.59181.28170.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=39.27%
G=12.93%
B=47.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161531960.180.7300.23285.3157.4348.82
HexA135C4124901711d3931
Octal24165304221110274357161
Binary1010000111010111000100100101001001010111100011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135C4; }

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

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

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

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

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

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

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

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