Html Css Color HEX #A547CA Deep Lilac

📋 copy color: '#A547CA'

red 165 ◦ green 71 ◦ blue 202

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

Shades of Deep Lilac #A547CA

Tints of Deep Lilac #A547CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.21%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 37.67%
G = 16.21%
B = 46.12%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A547CA (or 0xA547CA) is known color: Deep Lilac. HEX triplet: A5, 47 and CA. RGB value is (165,71,202). Sum of RGB (Red+Green+Blue) = 165+71+202=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #A547CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547CA is #5AB835. Grayscale: #717171. Windows color (decimal): -5945398 or 13256613. OLE color: 13256613.

HSL color Cylindrical-coordinate representation of color #A547CA: hue angle of 283.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A547CA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 71 202 -
CMYK 0.18 0.65 0 0.21
HSL 283.05º 0.55% 0.54% -
HSV(B) 283.05º 0.65% 0.79% -
XYZ 28.43 16.77 57.62 -
YUV 114.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 165 71 202 0.18 0.65 0 0.21 283.05 0.55 0.54
Hex A5 47 CA 12 41 0 15 11B 37 36
Octal 245 107 312 22 101 0 25 433 67 66
Binary 10100101 1000111 11001010 10010 1000001 0 10101 100011011 110111 110110

Color Harmonies of #A547CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547CA

Black with #A547CA

Text Example


Text Example

White with #A547CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547CA; }

 p { color: rgb(165,71,202); }

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

background-color css

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

 a { background-color: rgb(165,71,202); }

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

border-color css

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

 span { border-color: rgb(165,71,202); }

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