Html Css Color HEX #A044D5 Dark Orchid

📋 copy color: '#A044D5'

red 160 ◦ green 68 ◦ blue 213

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

Shades of Dark Orchid #A044D5

Tints of Dark Orchid #A044D5

RGB

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

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

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

R = 36.28%
G = 15.42%
B = 48.3%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A044D5 (or 0xA044D5) is known color: Dark Orchid. HEX triplet: A0, 44 and D5. RGB value is (160,68,213). Sum of RGB (Red+Green+Blue) = 160+68+213=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 68 (26.95% from 255 or 15.42% 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 #A044D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044D5 is #5FBB2A. Grayscale: #6F6F6F. Windows color (decimal): -6273835 or 13976736. OLE color: 13976736.

HSL color Cylindrical-coordinate representation of color #A044D5: hue angle of 278.07º degrees, saturation: 0.63, 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 #A044D5 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 68 213 -
CMYK 0.25 0.68 0 0.16
HSL 278.07º 0.63% 0.55% -
HSV(B) 278.07º 0.68% 0.84% -
XYZ 28.57 16.41 64.61 -
YUV 112.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 160 68 213 0.25 0.68 0 0.16 278.07 0.63 0.55
Hex A0 44 D5 19 44 0 10 116 3F 37
Octal 240 104 325 31 104 0 20 426 77 67
Binary 10100000 1000100 11010101 11001 1000100 0 10000 100010110 111111 110111

Color Harmonies of #A044D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044D5

Black with #A044D5

Text Example


Text Example

White with #A044D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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