Html Css Color HEX #A547C3 Deep Lilac

📋 copy color: '#A547C3'

red 165 ◦ green 71 ◦ blue 195

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

Shades of Deep Lilac #A547C3

Tints of Deep Lilac #A547C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 38.28%
G = 16.47%
B = 45.24%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A547C3 (or 0xA547C3) is known color: Deep Lilac. HEX triplet: A5, 47 and C3. RGB value is (165,71,195). Sum of RGB (Red+Green+Blue) = 165+71+195=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #A547C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547C3 is #5AB83C. Grayscale: #707070. Windows color (decimal): -5945405 or 12797861. OLE color: 12797861.

HSL color Cylindrical-coordinate representation of color #A547C3: hue angle of 285.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A547C3 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 71 195 -
CMYK 0.15 0.64 0 0.24
HSL 285.48º 0.51% 0.52% -
HSV(B) 285.48º 0.64% 0.76% -
XYZ 27.62 16.45 53.35 -
YUV 113.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 165 71 195 0.15 0.64 0 0.24 285.48 0.51 0.52
Hex A5 47 C3 F 40 0 18 11D 33 34
Octal 245 107 303 17 100 0 30 435 63 64
Binary 10100101 1000111 11000011 1111 1000000 0 11000 100011101 110011 110100

Color Harmonies of #A547C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547C3

Black with #A547C3

Text Example


Text Example

White with #A547C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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