Html Css Color HEX #A040E1 Dark Orchid

📋 copy color: '#A040E1'

red 160 ◦ green 64 ◦ blue 225

#A040E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A040E1

Tints of Dark Orchid #A040E1

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 64 (25.39% from 255) = 14.25%

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 35.63%
G = 14.25%
B = 50.11%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A040E1 (or 0xA040E1) is known color: Dark Orchid. HEX triplet: A0, 40 and E1. RGB value is (160,64,225). Sum of RGB (Red+Green+Blue) = 160+64+225=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #A040E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040E1 is #5FBF1E. Grayscale: #6E6E6E. Windows color (decimal): -6274847 or 14762144. OLE color: 14762144.

HSL color Cylindrical-coordinate representation of color #A040E1: hue angle of 275.78º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A040E1 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 64 225 -
CMYK 0.29 0.72 0 0.12
HSL 275.78º 0.73% 0.57% -
HSV(B) 275.78º 0.72% 0.88% -
XYZ 29.92 16.58 72.86 -
YUV 111.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 160 64 225 0.29 0.72 0 0.12 275.78 0.73 0.57
Hex A0 40 E1 1D 48 0 C 114 49 39
Octal 240 100 341 35 110 0 14 424 111 71
Binary 10100000 1000000 11100001 11101 1001000 0 1100 100010100 1001001 111001

Color Harmonies of #A040E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040E1

Black with #A040E1

Text Example


Text Example

White with #A040E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040E1; }

 p { color: rgb(160,64,225); }

 H1.HeaderClassName
 {
   color: #A040E1;
 }
 .AnyTagClassName
 {
   color: #A040E1;
 }
</style>

background-color css

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

 a { background-color: rgb(160,64,225); }

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

border-color css

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

 span { border-color: rgb(160,64,225); }

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