#A035CA

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

Shades of Dark Orchid #A035CA

Tints of Dark Orchid #A035CA

Color information

#A035CA (or 0xA035CA) is unknown color: approx Dark Orchid. HEX triplet: A0, 35 and CA. RGB value is (160,53,202). Sum of RGB (Red+Green+Blue) = 160+53+202=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A035CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035CA is #5FCA35. Grayscale: #656565. Windows color (decimal): -6277686 or 13252000. OLE color: 13252000.

HSL color Cylindrical-coordinate representation of color #A035CA: hue angle of 283.09º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A035CA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16053202-
CMYK0.210.7400.21
HSL283.09º58.43%50%-
HSV(B)283.09º73.76%79.22%-
XYZ26.4314.2857.24-
YUV101.98184.45169.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=38.55%
G=12.77%
B=48.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160532020.210.7400.21283.0958.4350
HexA035CA154A01511b3a32
Octal24065312251120254337262
Binary1010000011010111001010101011001010010101100011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A035CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A035CA; }

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

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

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

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

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

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

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

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