Html Css Color HEX #A544E1 Dark Orchid

📋 copy color: '#A544E1'

red 165 ◦ green 68 ◦ blue 225

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

Shades of Dark Orchid #A544E1

Tints of Dark Orchid #A544E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 36.03%
G = 14.85%
B = 49.13%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A544E1 (or 0xA544E1) is known color: Dark Orchid. HEX triplet: A5, 44 and E1. RGB value is (165,68,225). Sum of RGB (Red+Green+Blue) = 165+68+225=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #A544E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544E1 is #5ABB1E. Grayscale: #727272. Windows color (decimal): -5946143 or 14763173. OLE color: 14763173.

HSL color Cylindrical-coordinate representation of color #A544E1: hue angle of 277.07º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A544E1 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 68 225 -
CMYK 0.27 0.70 0 0.12
HSL 277.07º 0.72% 0.57% -
HSV(B) 277.07º 0.7% 0.88% -
XYZ 31.17 17.57 72.98 -
YUV 114.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 165 68 225 0.27 0.70 0 0.12 277.07 0.72 0.57
Hex A5 44 E1 1B 46 0 C 115 48 39
Octal 245 104 341 33 106 0 14 425 110 71
Binary 10100101 1000100 11100001 11011 1000110 0 1100 100010101 1001000 111001

Color Harmonies of #A544E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544E1

Black with #A544E1

Text Example


Text Example

White with #A544E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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