Html Css Color HEX #A044DF Dark Orchid

📋 copy color: '#A044DF'

red 160 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #A044DF

Tints of Dark Orchid #A044DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 35.48%
G = 15.08%
B = 49.45%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A044DF (or 0xA044DF) is known color: Dark Orchid. HEX triplet: A0, 44 and DF. RGB value is (160,68,223). Sum of RGB (Red+Green+Blue) = 160+68+223=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A044DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044DF is #5FBB20. Grayscale: #707070. Windows color (decimal): -6273825 or 14632096. OLE color: 14632096.

HSL color Cylindrical-coordinate representation of color #A044DF: hue angle of 275.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A044DF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 68 223 -
CMYK 0.28 0.70 0 0.13
HSL 275.61º 0.71% 0.57% -
HSV(B) 275.61º 0.7% 0.87% -
XYZ 29.88 16.94 71.51 -
YUV 113.18 189.98 161.4 -
System Red Green Blue C M Y K H S L
Decimal 160 68 223 0.28 0.70 0 0.13 275.61 0.71 0.57
Hex A0 44 DF 1C 46 0 D 114 47 39
Octal 240 104 337 34 106 0 15 424 107 71
Binary 10100000 1000100 11011111 11100 1000110 0 1101 100010100 1000111 111001

Color Harmonies of #A044DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044DF

Black with #A044DF

Text Example


Text Example

White with #A044DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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