Html Css Color HEX #A440D6 Dark Orchid

📋 copy color: '#A440D6'

red 164 ◦ green 64 ◦ blue 214

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

Shades of Dark Orchid #A440D6

Tints of Dark Orchid #A440D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 37.1%
G = 14.48%
B = 48.42%

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

#A440D6 (or 0xA440D6) is known color: Dark Orchid. HEX triplet: A4, 40 and D6. RGB value is (164,64,214). Sum of RGB (Red+Green+Blue) = 164+64+214=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #A440D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440D6 is #5BBF29. Grayscale: #6E6E6E. Windows color (decimal): -6012714 or 14041252. OLE color: 14041252.

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

Color convert

RGB 164 64 214 -
CMYK 0.23 0.70 0 0.16
HSL 280º 0.65% 0.55% -
HSV(B) 280º 0.7% 0.84% -
XYZ 29.28 16.41 65.24 -
YUV 111 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 164 64 214 0.23 0.70 0 0.16 280 0.65 0.55
Hex A4 40 D6 17 46 0 10 118 41 37
Octal 244 100 326 27 106 0 20 430 101 67
Binary 10100100 1000000 11010110 10111 1000110 0 10000 100011000 1000001 110111

Color Harmonies of #A440D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440D6

Black with #A440D6

Text Example


Text Example

White with #A440D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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