Html Css Color HEX #A440D5 Dark Orchid

📋 copy color: '#A440D5'

red 164 ◦ green 64 ◦ blue 213

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

Shades of Dark Orchid #A440D5

Tints of Dark Orchid #A440D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 37.19%
G = 14.51%
B = 48.3%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A440D5 (or 0xA440D5) is known color: Dark Orchid. HEX triplet: A4, 40 and D5. RGB value is (164,64,213). Sum of RGB (Red+Green+Blue) = 164+64+213=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #A440D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440D5 is #5BBF2A. Grayscale: #6E6E6E. Windows color (decimal): -6012715 or 13975716. OLE color: 13975716.

HSL color Cylindrical-coordinate representation of color #A440D5: hue angle of 280.27º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A440D5 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 64 213 -
CMYK 0.23 0.70 0 0.16
HSL 280.27º 0.64% 0.54% -
HSV(B) 280.27º 0.7% 0.84% -
XYZ 29.15 16.36 64.57 -
YUV 110.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 164 64 213 0.23 0.70 0 0.16 280.27 0.64 0.54
Hex A4 40 D5 17 46 0 10 118 40 36
Octal 244 100 325 27 106 0 20 430 100 66
Binary 10100100 1000000 11010101 10111 1000110 0 10000 100011000 1000000 110110

Color Harmonies of #A440D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440D5

Black with #A440D5

Text Example


Text Example

White with #A440D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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