#a835d1

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

Shades of Dark Orchid #A835D1

Tints of Dark Orchid #A835D1

Color information

#A835D1 (or 0xA835D1) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and D1. RGB value is (168,53,209). Sum of RGB (Red+Green+Blue) = 168+53+209=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #A835D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835D1 is #57CA2E. Grayscale: #686868. Windows color (decimal): -5753391 or 13710760. OLE color: 13710760.

HSL color Cylindrical-coordinate representation of color #A835D1: hue angle of 284.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A835D1 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16853209-
CMYK0.200.7500.18
HSL284.23º62.9%51.37%-
HSV(B)284.23º74.64%81.96%-
XYZ28.9315.4761.78-
YUV105.17186.6172.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=39.07%
G=12.33%
B=48.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168532090.200.7500.18284.2362.951.37
HexA835D1144B01211c3f33
Octal25065321241130224347763
Binary1010100011010111010001101001001011010010100011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a835d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a835d1; }

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

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

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

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

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

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

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

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