Html Css Color HEX #A553CF Deep Lilac

📋 copy color: '#A553CF'

red 165 ◦ green 83 ◦ blue 207

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

Shades of Deep Lilac #A553CF

Tints of Deep Lilac #A553CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.24%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 36.26%
G = 18.24%
B = 45.49%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A553CF (or 0xA553CF) is known color: Deep Lilac. HEX triplet: A5, 53 and CF. RGB value is (165,83,207). Sum of RGB (Red+Green+Blue) = 165+83+207=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A553CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553CF is #5AAC30. Grayscale: #797979. Windows color (decimal): -5942321 or 13587365. OLE color: 13587365.

HSL color Cylindrical-coordinate representation of color #A553CF: hue angle of 279.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A553CF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 83 207 -
CMYK 0.20 0.60 0 0.19
HSL 279.68º 0.56% 0.57% -
HSV(B) 279.68º 0.6% 0.81% -
XYZ 29.87 18.69 61.06 -
YUV 121.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 165 83 207 0.20 0.60 0 0.19 279.68 0.56 0.57
Hex A5 53 CF 14 3C 0 13 118 38 39
Octal 245 123 317 24 74 0 23 430 70 71
Binary 10100101 1010011 11001111 10100 111100 0 10011 100011000 111000 111001

Color Harmonies of #A553CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553CF

Black with #A553CF

Text Example


Text Example

White with #A553CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553CF; }

 p { color: rgb(165,83,207); }

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

background-color css

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

 a { background-color: rgb(165,83,207); }

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

border-color css

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

 span { border-color: rgb(165,83,207); }

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