Html Css Color HEX #A044D7 Dark Orchid

📋 copy color: '#A044D7'

red 160 ◦ green 68 ◦ blue 215

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

Shades of Dark Orchid #A044D7

Tints of Dark Orchid #A044D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 215 (84.38% from 255) = 48.53%

R = 36.12%
G = 15.35%
B = 48.53%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A044D7 (or 0xA044D7) is known color: Dark Orchid. HEX triplet: A0, 44 and D7. RGB value is (160,68,215). Sum of RGB (Red+Green+Blue) = 160+68+215=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #A044D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044D7 is #5FBB28. Grayscale: #6F6F6F. Windows color (decimal): -6273833 or 14107808. OLE color: 14107808.

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

Color convert

RGB 160 68 215 -
CMYK 0.26 0.68 0 0.16
HSL 277.55º 0.65% 0.55% -
HSV(B) 277.55º 0.68% 0.84% -
XYZ 28.83 16.51 65.96 -
YUV 112.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 160 68 215 0.26 0.68 0 0.16 277.55 0.65 0.55
Hex A0 44 D7 1A 44 0 10 116 41 37
Octal 240 104 327 32 104 0 20 426 101 67
Binary 10100000 1000100 11010111 11010 1000100 0 10000 100010110 1000001 110111

Color Harmonies of #A044D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044D7

Black with #A044D7

Text Example


Text Example

White with #A044D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044D7; }

 p { color: rgb(160,68,215); }

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

background-color css

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

 a { background-color: rgb(160,68,215); }

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

border-color css

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

 span { border-color: rgb(160,68,215); }

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