Html Css Color HEX #A544DC Dark Orchid

📋 copy color: '#A544DC'

red 165 ◦ green 68 ◦ blue 220

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

Shades of Dark Orchid #A544DC

Tints of Dark Orchid #A544DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 36.42%
G = 15.01%
B = 48.57%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A544DC (or 0xA544DC) is known color: Dark Orchid. HEX triplet: A5, 44 and DC. RGB value is (165,68,220). Sum of RGB (Red+Green+Blue) = 165+68+220=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A544DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544DC is #5ABB23. Grayscale: #717171. Windows color (decimal): -5946148 or 14435493. OLE color: 14435493.

HSL color Cylindrical-coordinate representation of color #A544DC: hue angle of 278.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A544DC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 68 220 -
CMYK 0.25 0.69 0 0.14
HSL 278.29º 0.68% 0.56% -
HSV(B) 278.29º 0.69% 0.86% -
XYZ 30.5 17.3 69.44 -
YUV 114.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 165 68 220 0.25 0.69 0 0.14 278.29 0.68 0.56
Hex A5 44 DC 19 45 0 E 116 44 38
Octal 245 104 334 31 105 0 16 426 104 70
Binary 10100101 1000100 11011100 11001 1000101 0 1110 100010110 1000100 111000

Color Harmonies of #A544DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544DC

Black with #A544DC

Text Example


Text Example

White with #A544DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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