#A835AC

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

Shades of Dark Orchid #A835AC

Tints of Dark Orchid #A835AC

Color information

#A835AC (or 0xA835AC) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and AC. RGB value is (168,53,172). Sum of RGB (Red+Green+Blue) = 168+53+172=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A835AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AC is #57CA53. Grayscale: #646464. Windows color (decimal): -5753428 or 11285928. OLE color: 11285928.

HSL color Cylindrical-coordinate representation of color #A835AC: hue angle of 297.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A835AC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16853172-
CMYK0.020.6900.33
HSL297.98º52.89%44.12%-
HSV(B)297.98º69.19%67.45%-
XYZ24.8713.8540.39-
YUV100.95168.1175.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=42.75%
G=13.49%
B=43.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168531720.020.6900.33297.9852.8944.12
HexA835AC24502112a352c
Octal2506525421050414526554
Binary10101000110101101011001010001010100001100101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835AC; }

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

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

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

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

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

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

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

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