#A835B2

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

Shades of Dark Orchid #A835B2

Tints of Dark Orchid #A835B2

Color information

#A835B2 (or 0xA835B2) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and B2. RGB value is (168,53,178). Sum of RGB (Red+Green+Blue) = 168+53+178=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #A835B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835B2 is #57CA4D. Grayscale: #656565. Windows color (decimal): -5753422 or 11679144. OLE color: 11679144.

HSL color Cylindrical-coordinate representation of color #A835B2: hue angle of 295.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835B2 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16853178-
CMYK0.060.7000.30
HSL295.2º54.11%45.29%-
HSV(B)295.2º70.22%69.8%-
XYZ25.4614.0943.5-
YUV101.64171.1175.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=42.11%
G=13.28%
B=44.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168531780.060.7000.30295.254.1145.29
HexA835B264601E127362d
Octal2506526261060364476655
Binary10101000110101101100101101000110011110100100111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835B2; }

 p { color: rgb(168,53,178); }

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

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

 a { background-color: rgb(168,53,178); }

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

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

 span { border-color: rgb(168,53,178); }

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