#A835B4

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

Shades of Dark Orchid #A835B4

Tints of Dark Orchid #A835B4

Color information

#A835B4 (or 0xA835B4) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and B4. RGB value is (168,53,180). Sum of RGB (Red+Green+Blue) = 168+53+180=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #A835B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835B4 is #57CA4B. Grayscale: #656565. Windows color (decimal): -5753420 or 11810216. OLE color: 11810216.

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

Color convert

RGB16853180-
CMYK0.070.7100.29
HSL294.33º54.51%45.69%-
HSV(B)294.33º70.56%70.59%-
XYZ25.6614.1744.56-
YUV101.86172.1175.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=41.90%
G=13.22%
B=44.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168531800.070.7100.29294.3354.5145.69
HexA835B474701D126372e
Octal2506526471070354466756
Binary10101000110101101101001111000111011101100100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835B4; }

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

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

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

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

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

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

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

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