Html Css Color HEX #A440E0 Dark Orchid

📋 copy color: '#A440E0'

red 164 ◦ green 64 ◦ blue 224

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

Shades of Dark Orchid #A440E0

Tints of Dark Orchid #A440E0

RGB

 RED value IS 164 (64.45% from 255) = 36.28%

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 36.28%
G = 14.16%
B = 49.56%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A440E0 (or 0xA440E0) is known color: Dark Orchid. HEX triplet: A4, 40 and E0. RGB value is (164,64,224). Sum of RGB (Red+Green+Blue) = 164+64+224=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #A440E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440E0 is #5BBF1F. Grayscale: #6F6F6F. Windows color (decimal): -6012704 or 14696612. OLE color: 14696612.

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

Color convert

RGB 164 64 224 -
CMYK 0.27 0.71 0 0.12
HSL 277.5º 0.72% 0.56% -
HSV(B) 277.5º 0.71% 0.88% -
XYZ 30.6 16.94 72.18 -
YUV 112.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 164 64 224 0.27 0.71 0 0.12 277.5 0.72 0.56
Hex A4 40 E0 1B 47 0 C 116 48 38
Octal 244 100 340 33 107 0 14 426 110 70
Binary 10100100 1000000 11100000 11011 1000111 0 1100 100010110 1001000 111000

Color Harmonies of #A440E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440E0

Black with #A440E0

Text Example


Text Example

White with #A440E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440E0; }

 p { color: rgb(164,64,224); }

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

background-color css

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

 a { background-color: rgb(164,64,224); }

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

border-color css

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

 span { border-color: rgb(164,64,224); }

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