#A135D9

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

Shades of Dark Orchid #A135D9

Tints of Dark Orchid #A135D9

Color information

#A135D9 (or 0xA135D9) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and D9. RGB value is (161,53,217). Sum of RGB (Red+Green+Blue) = 161+53+217=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #A135D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135D9 is #5ECA26. Grayscale: #676767. Windows color (decimal): -6212135 or 14235041. OLE color: 14235041.

HSL color Cylindrical-coordinate representation of color #A135D9: hue angle of 279.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A135D9 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16153217-
CMYK0.260.7600.15
HSL279.51º68.33%52.94%-
HSV(B)279.51º75.58%85.1%-
XYZ28.515.1367.06-
YUV103.99191.78168.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=37.35%
G=12.30%
B=50.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161532170.260.7600.15279.5168.3352.94
HexA135D91A4C0F1184435
Octal241653313211401743010465
Binary1010000111010111011001110101001100011111000110001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135D9; }

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

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

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

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

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

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

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

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