#a035c7

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

Shades of Dark Orchid #A035C7

Tints of Dark Orchid #A035C7

Color information

#A035C7 (or 0xA035C7) is unknown color: approx Dark Orchid. HEX triplet: A0, 35 and C7. RGB value is (160,53,199). Sum of RGB (Red+Green+Blue) = 160+53+199=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #A035C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035C7 is #5FCA38. Grayscale: #656565. Windows color (decimal): -6277689 or 13055392. OLE color: 13055392.

HSL color Cylindrical-coordinate representation of color #A035C7: hue angle of 283.97º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A035C7 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16053199-
CMYK0.200.7300.22
HSL283.97º57.94%49.41%-
HSV(B)283.97º73.37%78.04%-
XYZ26.0814.1455.39-
YUV101.64182.95169.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 199 (78.12% from 255) = 48.30%
R=38.83%
G=12.86%
B=48.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160531990.200.7300.22283.9757.9449.41
HexA035C7144901611c3a31
Octal24065307241110264347261
Binary1010000011010111000111101001001001010110100011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a035c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a035c7; }

 p { color: rgb(160,53,199); }

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

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

 a { background-color: rgb(160,53,199); }

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

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

 span { border-color: rgb(160,53,199); }

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