Html Css Color HEX #A053CF Deep Lilac

📋 copy color: '#A053CF'

red 160 ◦ green 83 ◦ blue 207

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

Shades of Deep Lilac #A053CF

Tints of Deep Lilac #A053CF

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

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

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

R = 35.56%
G = 18.44%
B = 46%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A053CF (or 0xA053CF) is known color: Deep Lilac. HEX triplet: A0, 53 and CF. RGB value is (160,83,207). Sum of RGB (Red+Green+Blue) = 160+83+207=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A053CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053CF is #5FAC30. Grayscale: #777777. Windows color (decimal): -6270001 or 13587360. OLE color: 13587360.

HSL color Cylindrical-coordinate representation of color #A053CF: hue angle of 277.26º 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 #A053CF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 83 207 -
CMYK 0.23 0.60 0 0.19
HSL 277.26º 0.56% 0.57% -
HSV(B) 277.26º 0.6% 0.81% -
XYZ 28.85 18.17 61.02 -
YUV 120.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 160 83 207 0.23 0.60 0 0.19 277.26 0.56 0.57
Hex A0 53 CF 17 3C 0 13 115 38 39
Octal 240 123 317 27 74 0 23 425 70 71
Binary 10100000 1010011 11001111 10111 111100 0 10011 100010101 111000 111001

Color Harmonies of #A053CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053CF

Black with #A053CF

Text Example


Text Example

White with #A053CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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