#A135B8

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

Shades of Dark Orchid #A135B8

Tints of Dark Orchid #A135B8

Color information

#A135B8 (or 0xA135B8) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and B8. RGB value is (161,53,184). Sum of RGB (Red+Green+Blue) = 161+53+184=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #A135B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135B8 is #5ECA47. Grayscale: #636363. Windows color (decimal): -6212168 or 12072353. OLE color: 12072353.

HSL color Cylindrical-coordinate representation of color #A135B8: hue angle of 289.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A135B8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16153184-
CMYK0.120.7100.28
HSL289.47º55.27%46.47%-
HSV(B)289.47º71.2%72.16%-
XYZ24.6213.5846.67-
YUV100.23175.28171.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=40.45%
G=13.32%
B=46.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161531840.120.7100.28289.4755.2746.47
HexA135B8C4701C121372e
Octal24165270141070344416756
Binary101000011101011011100011001000111011100100100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135B8; }

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

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

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

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

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

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

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

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