Html Css Color HEX #A544DF Dark Orchid

📋 copy color: '#A544DF'

red 165 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #A544DF

Tints of Dark Orchid #A544DF

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

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

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

R = 36.18%
G = 14.91%
B = 48.9%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A544DF (or 0xA544DF) is known color: Dark Orchid. HEX triplet: A5, 44 and DF. RGB value is (165,68,223). Sum of RGB (Red+Green+Blue) = 165+68+223=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A544DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544DF is #5ABB20. Grayscale: #727272. Windows color (decimal): -5946145 or 14632101. OLE color: 14632101.

HSL color Cylindrical-coordinate representation of color #A544DF: hue angle of 277.55º 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 #A544DF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 68 223 -
CMYK 0.26 0.70 0 0.13
HSL 277.55º 0.71% 0.57% -
HSV(B) 277.55º 0.7% 0.87% -
XYZ 30.9 17.46 71.55 -
YUV 114.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 165 68 223 0.26 0.70 0 0.13 277.55 0.71 0.57
Hex A5 44 DF 1A 46 0 D 116 47 39
Octal 245 104 337 32 106 0 15 426 107 71
Binary 10100101 1000100 11011111 11010 1000110 0 1101 100010110 1000111 111001

Color Harmonies of #A544DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544DF

Black with #A544DF

Text Example


Text Example

White with #A544DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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