Html Css Color HEX #A440D3 Dark Orchid

📋 copy color: '#A440D3'

red 164 ◦ green 64 ◦ blue 211

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

Shades of Dark Orchid #A440D3

Tints of Dark Orchid #A440D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.06%

R = 37.36%
G = 14.58%
B = 48.06%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A440D3 (or 0xA440D3) is known color: Dark Orchid. HEX triplet: A4, 40 and D3. RGB value is (164,64,211). Sum of RGB (Red+Green+Blue) = 164+64+211=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #A440D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440D3 is #5BBF2C. Grayscale: #6E6E6E. Windows color (decimal): -6012717 or 13844644. OLE color: 13844644.

HSL color Cylindrical-coordinate representation of color #A440D3: hue angle of 280.82º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A440D3 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 64 211 -
CMYK 0.22 0.70 0 0.17
HSL 280.82º 0.63% 0.54% -
HSV(B) 280.82º 0.7% 0.83% -
XYZ 28.9 16.26 63.24 -
YUV 110.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 164 64 211 0.22 0.70 0 0.17 280.82 0.63 0.54
Hex A4 40 D3 16 46 0 11 119 3F 36
Octal 244 100 323 26 106 0 21 431 77 66
Binary 10100100 1000000 11010011 10110 1000110 0 10001 100011001 111111 110110

Color Harmonies of #A440D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440D3

Black with #A440D3

Text Example


Text Example

White with #A440D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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